Html Css Color HEX #BB2024 Fire Engine Red

📋 copy color: '#BB2024'

red 187 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #BB2024

Tints of Fire Engine Red #BB2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 73.33%
G = 12.55%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB2024 (or 0xBB2024) is known color: Fire Engine Red. HEX triplet: BB, 20 and 24. RGB value is (187,32,36). Sum of RGB (Red+Green+Blue) = 187+32+36=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2024 is #44DFDB. Grayscale: #4E4E4E. Windows color (decimal): -4513756 or 2367675. OLE color: 2367675.

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

Color convert

RGB 187 32 36 -
CMYK 0 0.83 0.81 0.27
HSL 358.45º 0.71% 0.43% -
HSV(B) 358.45º 0.83% 0.73% -
XYZ 21.33 11.73 2.81 -
YUV 78.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 187 32 36 0 0.83 0.81 0.27 358.45 0.71 0.43
Hex BB 20 24 0 53 51 1B 166 47 2B
Octal 273 40 44 0 123 121 33 546 107 53
Binary 10111011 100000 100100 0 1010011 1010001 11011 101100110 1000111 101011

Color Harmonies of #BB2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2024

Black with #BB2024

Text Example


Text Example

White with #BB2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2024; }

 p { color: rgb(187,32,36); }

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

background-color css

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

 a { background-color: rgb(187,32,36); }

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

border-color css

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

 span { border-color: rgb(187,32,36); }

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