Html Css Color HEX #B61620 Fire Engine Red

📋 copy color: '#B61620'

red 182 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #B61620

Tints of Fire Engine Red #B61620

RGB

 RED value IS 182 (71.48% from 255) = 77.12%

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 77.12%
G = 9.32%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B61620 (or 0xB61620) is known color: Fire Engine Red. HEX triplet: B6, 16 and 20. RGB value is (182,22,32). Sum of RGB (Red+Green+Blue) = 182+22+32=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B61620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61620 is #49E9DF. Grayscale: #474747. Windows color (decimal): -4844000 or 2102966. OLE color: 2102966.

HSL color Cylindrical-coordinate representation of color #B61620: hue angle of 356.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61620 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 32 -
CMYK 0 0.88 0.82 0.29
HSL 356.25º 0.78% 0.4% -
HSV(B) 356.25º 0.88% 0.71% -
XYZ 19.84 10.62 2.37 -
YUV 70.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 182 22 32 0 0.88 0.82 0.29 356.25 0.78 0.4
Hex B6 16 20 0 58 52 1D 164 4E 28
Octal 266 26 40 0 130 122 35 544 116 50
Binary 10110110 10110 100000 0 1011000 1010010 11101 101100100 1001110 101000

Color Harmonies of #B61620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61620

Black with #B61620

Text Example


Text Example

White with #B61620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61620; }

 p { color: rgb(182,22,32); }

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

background-color css

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

 a { background-color: rgb(182,22,32); }

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

border-color css

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

 span { border-color: rgb(182,22,32); }

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