Html Css Color HEX #BB4027 Medium Carmine

📋 copy color: '#BB4027'

red 187 ◦ green 64 ◦ blue 39

#BB4027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BB4027

Tints of Medium Carmine #BB4027

RGB

 RED value IS 187 (73.44% from 255) = 64.48%

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 64.48%
G = 22.07%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4027 (or 0xBB4027) is known color: Medium Carmine. HEX triplet: BB, 40 and 27. RGB value is (187,64,39). Sum of RGB (Red+Green+Blue) = 187+64+39=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4027 is #44BFD8. Grayscale: #626262. Windows color (decimal): -4505561 or 2572475. OLE color: 2572475.

HSL color Cylindrical-coordinate representation of color #BB4027: hue angle of 10.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4027 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 39 -
CMYK 0 0.66 0.79 0.27
HSL 10.14º 0.65% 0.44% -
HSV(B) 10.14º 0.79% 0.73% -
XYZ 22.69 14.38 3.5 -
YUV 97.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 187 64 39 0 0.66 0.79 0.27 10.14 0.65 0.44
Hex BB 40 27 0 42 4F 1B A 41 2C
Octal 273 100 47 0 102 117 33 12 101 54
Binary 10111011 1000000 100111 0 1000010 1001111 11011 1010 1000001 101100

Color Harmonies of #BB4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4027

Black with #BB4027

Text Example


Text Example

White with #BB4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4027; }

 p { color: rgb(187,64,39); }

 H1.HeaderClassName
 {
   color: #BB4027;
 }
 .AnyTagClassName
 {
   color: #BB4027;
 }
</style>

background-color css

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

 a { background-color: rgb(187,64,39); }

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

border-color css

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

 span { border-color: rgb(187,64,39); }

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