#B4402E

Color #B4402E Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B4402E

Tints of Medium Carmine #B4402E

Color information

#B4402E (or 0xB4402E) is unknown color: approx Medium Carmine. HEX triplet: B4, 40 and 2E. RGB value is (180,64,46). Sum of RGB (Red+Green+Blue) = 180+64+46=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4402E is #4BBFD1. Grayscale: #606060. Windows color (decimal): -4964306 or 3031220. OLE color: 3031220.

HSL color Cylindrical-coordinate representation of color #B4402E: hue angle of 8.06º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4402E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1806446-
CMYK00.640.740.29
HSL8.06º59.29%44.31%-
HSV(B)8.06º74.44%70.59%-
XYZ21.1513.574.09-
YUV96.6399.43187.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=62.07%
G=22.07%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180644600.640.740.298.0659.2944.31
HexB4402E0404A1D83b2c
Octal26410056010011235107354
Binary101101001000000101110010000001001010111011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4402E; }

 p { color: rgb(180,64,46); }

 H1.HeaderClassName
 {
   color: #B4402E;
 }
 .AnyTagClassName
 {
   color: #B4402E;
 }
</style>
background-color css

<style>
 a { background-color: #B4402E; }

 a { background-color: rgb(180,64,46); }

 div.DivClassName
 {
   background-color: #B4402E;
 }
 .BgClassName
 {
   background-color: #B4402E;
 }
</style>
border-color css

<style>
 span { border-color: #B4402E; }

 span { border-color: rgb(180,64,46); }

 td.TdClassName
 {
   border-color: #B4402E;
 }
 .TagClassName
 {
   border-color: #B4402E;
 }
</style>