Html Css Color HEX #B61324 Fire Engine Red

📋 copy color: '#B61324'

red 182 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #B61324

Tints of Fire Engine Red #B61324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 76.79%
G = 8.02%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61324 (or 0xB61324) is known color: Fire Engine Red. HEX triplet: B6, 13 and 24. RGB value is (182,19,36). Sum of RGB (Red+Green+Blue) = 182+19+36=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B61324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61324 is #49ECDB. Grayscale: #454545. Windows color (decimal): -4844764 or 2364342. OLE color: 2364342.

HSL color Cylindrical-coordinate representation of color #B61324: hue angle of 353.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61324 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 36 -
CMYK 0 0.90 0.80 0.29
HSL 353.74º 0.81% 0.39% -
HSV(B) 353.74º 0.9% 0.71% -
XYZ 19.84 10.54 2.66 -
YUV 69.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 182 19 36 0 0.90 0.80 0.29 353.74 0.81 0.39
Hex B6 13 24 0 5A 50 1D 162 51 27
Octal 266 23 44 0 132 120 35 542 121 47
Binary 10110110 10011 100100 0 1011010 1010000 11101 101100010 1010001 100111

Color Harmonies of #B61324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61324

Black with #B61324

Text Example


Text Example

White with #B61324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61324; }

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

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

background-color css

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

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

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

border-color css

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

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

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