Html Css Color HEX #BB1423 Fire Engine Red

📋 copy color: '#BB1423'

red 187 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #BB1423

Tints of Fire Engine Red #BB1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 77.27%
G = 8.26%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB1423 (or 0xBB1423) is known color: Fire Engine Red. HEX triplet: BB, 14 and 23. RGB value is (187,20,35). Sum of RGB (Red+Green+Blue) = 187+20+35=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1423 is #44EBDC. Grayscale: #474747. Windows color (decimal): -4516829 or 2299067. OLE color: 2299067.

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

Color convert

RGB 187 20 35 -
CMYK 0 0.89 0.81 0.27
HSL 354.61º 0.81% 0.41% -
HSV(B) 354.61º 0.89% 0.73% -
XYZ 21.05 11.19 2.64 -
YUV 71.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 187 20 35 0 0.89 0.81 0.27 354.61 0.81 0.41
Hex BB 14 23 0 59 51 1B 163 51 29
Octal 273 24 43 0 131 121 33 543 121 51
Binary 10111011 10100 100011 0 1011001 1010001 11011 101100011 1010001 101001

Color Harmonies of #BB1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1423

Black with #BB1423

Text Example


Text Example

White with #BB1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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