Html Css Color HEX #B61424 Fire Engine Red

📋 copy color: '#B61424'

red 182 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #B61424

Tints of Fire Engine Red #B61424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 76.47%
G = 8.4%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61424 (or 0xB61424) is known color: Fire Engine Red. HEX triplet: B6, 14 and 24. RGB value is (182,20,36). Sum of RGB (Red+Green+Blue) = 182+20+36=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B61424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61424 is #49EBDB. Grayscale: #464646. Windows color (decimal): -4844508 or 2364598. OLE color: 2364598.

HSL color Cylindrical-coordinate representation of color #B61424: hue angle of 354.07º 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 #B61424 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 36 -
CMYK 0 0.89 0.80 0.29
HSL 354.07º 0.8% 0.4% -
HSV(B) 354.07º 0.89% 0.71% -
XYZ 19.86 10.57 2.66 -
YUV 70.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 182 20 36 0 0.89 0.80 0.29 354.07 0.8 0.4
Hex B6 14 24 0 59 50 1D 162 50 28
Octal 266 24 44 0 131 120 35 542 120 50
Binary 10110110 10100 100100 0 1011001 1010000 11101 101100010 1010000 101000

Color Harmonies of #B61424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61424

Black with #B61424

Text Example


Text Example

White with #B61424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61424; }

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

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

background-color css

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

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

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

border-color css

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

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

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