Html Css Color HEX #B61124 Fire Engine Red

📋 copy color: '#B61124'

red 182 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #B61124

Tints of Fire Engine Red #B61124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

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

R = 77.45%
G = 7.23%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61124 (or 0xB61124) is known color: Fire Engine Red. HEX triplet: B6, 11 and 24. RGB value is (182,17,36). Sum of RGB (Red+Green+Blue) = 182+17+36=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B61124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61124 is #49EEDB. Grayscale: #444444. Windows color (decimal): -4845276 or 2363830. OLE color: 2363830.

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

Color convert

RGB 182 17 36 -
CMYK 0 0.91 0.80 0.29
HSL 353.09º 0.83% 0.39% -
HSV(B) 353.09º 0.91% 0.71% -
XYZ 19.81 10.47 2.65 -
YUV 68.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 182 17 36 0 0.91 0.80 0.29 353.09 0.83 0.39
Hex B6 11 24 0 5B 50 1D 161 53 27
Octal 266 21 44 0 133 120 35 541 123 47
Binary 10110110 10001 100100 0 1011011 1010000 11101 101100001 1010011 100111

Color Harmonies of #B61124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61124

Black with #B61124

Text Example


Text Example

White with #B61124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61124; }

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

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

background-color css

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

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

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

border-color css

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

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

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