Html Css Color HEX #BB2325 Fire Engine Red

📋 copy color: '#BB2325'

red 187 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #BB2325

Tints of Fire Engine Red #BB2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 72.2%
G = 13.51%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB2325 (or 0xBB2325) is known color: Fire Engine Red. HEX triplet: BB, 23 and 25. RGB value is (187,35,37). Sum of RGB (Red+Green+Blue) = 187+35+37=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2325 is #44DCDA. Grayscale: #505050. Windows color (decimal): -4512987 or 2433979. OLE color: 2433979.

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

Color convert

RGB 187 35 37 -
CMYK 0 0.81 0.80 0.27
HSL 359.21º 0.68% 0.44% -
HSV(B) 359.21º 0.81% 0.73% -
XYZ 21.43 11.9 2.92 -
YUV 80.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 187 35 37 0 0.81 0.80 0.27 359.21 0.68 0.44
Hex BB 23 25 0 51 50 1B 167 44 2C
Octal 273 43 45 0 121 120 33 547 104 54
Binary 10111011 100011 100101 0 1010001 1010000 11011 101100111 1000100 101100

Color Harmonies of #BB2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2325

Black with #BB2325

Text Example


Text Example

White with #BB2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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