Html Css Color HEX #B11522 Fire Engine Red

📋 copy color: '#B11522'

red 177 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #B11522

Tints of Fire Engine Red #B11522

RGB

 RED value IS 177 (69.53% from 255) = 76.29%

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 76.29%
G = 9.05%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B11522 (or 0xB11522) is known color: Fire Engine Red. HEX triplet: B1, 15 and 22. RGB value is (177,21,34). Sum of RGB (Red+Green+Blue) = 177+21+34=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11522 is #4EEADD. Grayscale: #454545. Windows color (decimal): -5171934 or 2233777. OLE color: 2233777.

HSL color Cylindrical-coordinate representation of color #B11522: hue angle of 355º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11522 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 34 -
CMYK 0 0.88 0.81 0.31
HSL 355º 0.79% 0.39% -
HSV(B) 355º 0.88% 0.69% -
XYZ 18.69 10 2.46 -
YUV 69.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 177 21 34 0 0.88 0.81 0.31 355 0.79 0.39
Hex B1 15 22 0 58 51 1F 163 4F 27
Octal 261 25 42 0 130 121 37 543 117 47
Binary 10110001 10101 100010 0 1011000 1010001 11111 101100011 1001111 100111

Color Harmonies of #B11522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11522

Black with #B11522

Text Example


Text Example

White with #B11522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11522; }

 p { color: rgb(177,21,34); }

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

background-color css

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

 a { background-color: rgb(177,21,34); }

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

border-color css

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

 span { border-color: rgb(177,21,34); }

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