Html Css Color HEX #B61420 Fire Engine Red

📋 copy color: '#B61420'

red 182 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #B61420

Tints of Fire Engine Red #B61420

RGB

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

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

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

R = 77.78%
G = 8.55%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B61420 (or 0xB61420) is known color: Fire Engine Red. HEX triplet: B6, 14 and 20. RGB value is (182,20,32). Sum of RGB (Red+Green+Blue) = 182+20+32=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B61420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61420 is #49EBDF. Grayscale: #454545. Windows color (decimal): -4844512 or 2102454. OLE color: 2102454.

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

Color convert

RGB 182 20 32 -
CMYK 0 0.89 0.82 0.29
HSL 355.56º 0.8% 0.4% -
HSV(B) 355.56º 0.89% 0.71% -
XYZ 19.8 10.55 2.36 -
YUV 69.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 182 20 32 0 0.89 0.82 0.29 355.56 0.8 0.4
Hex B6 14 20 0 59 52 1D 164 50 28
Octal 266 24 40 0 131 122 35 544 120 50
Binary 10110110 10100 100000 0 1011001 1010010 11101 101100100 1010000 101000

Color Harmonies of #B61420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61420

Black with #B61420

Text Example


Text Example

White with #B61420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61420; }

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

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

background-color css

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

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

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

border-color css

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

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

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