Html Css Color HEX #BB1C23 Fire Engine Red

📋 copy color: '#BB1C23'

red 187 ◦ green 28 ◦ blue 35

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

Shades of Fire Engine Red #BB1C23

Tints of Fire Engine Red #BB1C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 35 (14.06% from 255) = 14%

R = 74.8%
G = 11.2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB1C23 (or 0xBB1C23) is known color: Fire Engine Red. HEX triplet: BB, 1C and 23. RGB value is (187,28,35). Sum of RGB (Red+Green+Blue) = 187+28+35=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C23 is #44E3DC. Grayscale: #4C4C4C. Windows color (decimal): -4514781 or 2301115. OLE color: 2301115.

HSL color Cylindrical-coordinate representation of color #BB1C23: hue angle of 357.36º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C23 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 28 35 -
CMYK 0 0.85 0.81 0.27
HSL 357.36º 0.74% 0.42% -
HSV(B) 357.36º 0.85% 0.73% -
XYZ 21.21 11.52 2.7 -
YUV 76.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 187 28 35 0 0.85 0.81 0.27 357.36 0.74 0.42
Hex BB 1C 23 0 55 51 1B 165 4A 2A
Octal 273 34 43 0 125 121 33 545 112 52
Binary 10111011 11100 100011 0 1010101 1010001 11011 101100101 1001010 101010

Color Harmonies of #BB1C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C23

Black with #BB1C23

Text Example


Text Example

White with #BB1C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C23; }

 p { color: rgb(187,28,35); }

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

background-color css

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

 a { background-color: rgb(187,28,35); }

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

border-color css

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

 span { border-color: rgb(187,28,35); }

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