Html Css Color HEX #B82425 Fire Engine Red

📋 copy color: '#B82425'

red 184 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #B82425

Tints of Fire Engine Red #B82425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 71.6%
G = 14.01%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B82425 (or 0xB82425) is known color: Fire Engine Red. HEX triplet: B8, 24 and 25. RGB value is (184,36,37). Sum of RGB (Red+Green+Blue) = 184+36+37=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B82425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82425 is #47DBDA. Grayscale: #505050. Windows color (decimal): -4709339 or 2434232. OLE color: 2434232.

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

Color convert

RGB 184 36 37 -
CMYK 0 0.80 0.80 0.28
HSL 359.59º 0.67% 0.43% -
HSV(B) 359.59º 0.8% 0.72% -
XYZ 20.73 11.59 2.89 -
YUV 80.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 184 36 37 0 0.80 0.80 0.28 359.59 0.67 0.43
Hex B8 24 25 0 50 50 1C 168 43 2B
Octal 270 44 45 0 120 120 34 550 103 53
Binary 10111000 100100 100101 0 1010000 1010000 11100 101101000 1000011 101011

Color Harmonies of #B82425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82425

Black with #B82425

Text Example


Text Example

White with #B82425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82425; }

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

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

background-color css

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

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

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

border-color css

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

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

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