Html Css Color HEX #B82224 Fire Engine Red

📋 copy color: '#B82224'

red 184 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #B82224

Tints of Fire Engine Red #B82224

RGB

 RED value IS 184 (72.27% from 255) = 72.44%

 GREEN value IS 34 (13.67% from 255) = 13.39%

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

R = 72.44%
G = 13.39%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B82224 (or 0xB82224) is known color: Fire Engine Red. HEX triplet: B8, 22 and 24. RGB value is (184,34,36). Sum of RGB (Red+Green+Blue) = 184+34+36=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B82224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82224 is #47DDDB. Grayscale: #4F4F4F. Windows color (decimal): -4709852 or 2368184. OLE color: 2368184.

HSL color Cylindrical-coordinate representation of color #B82224: hue angle of 359.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82224 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 36 -
CMYK 0 0.82 0.80 0.28
HSL 359.2º 0.69% 0.43% -
HSV(B) 359.2º 0.82% 0.72% -
XYZ 20.66 11.46 2.79 -
YUV 79.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 184 34 36 0 0.82 0.80 0.28 359.2 0.69 0.43
Hex B8 22 24 0 52 50 1C 167 45 2B
Octal 270 42 44 0 122 120 34 547 105 53
Binary 10111000 100010 100100 0 1010010 1010000 11100 101100111 1000101 101011

Color Harmonies of #B82224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82224

Black with #B82224

Text Example


Text Example

White with #B82224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82224; }

 p { color: rgb(184,34,36); }

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

background-color css

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

 a { background-color: rgb(184,34,36); }

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

border-color css

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

 span { border-color: rgb(184,34,36); }

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