Html Css Color HEX #B52023 Fire Engine Red

📋 copy color: '#B52023'

red 181 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #B52023

Tints of Fire Engine Red #B52023

RGB

 RED value IS 181 (71.09% from 255) = 72.98%

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 72.98%
G = 12.9%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B52023 (or 0xB52023) is known color: Fire Engine Red. HEX triplet: B5, 20 and 23. RGB value is (181,32,35). Sum of RGB (Red+Green+Blue) = 181+32+35=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B52023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52023 is #4ADFDC. Grayscale: #4D4D4D. Windows color (decimal): -4906973 or 2302133. OLE color: 2302133.

HSL color Cylindrical-coordinate representation of color #B52023: hue angle of 358.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52023 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 35 -
CMYK 0 0.82 0.81 0.29
HSL 358.79º 0.7% 0.42% -
HSV(B) 358.79º 0.82% 0.71% -
XYZ 19.88 10.98 2.66 -
YUV 76.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 181 32 35 0 0.82 0.81 0.29 358.79 0.7 0.42
Hex B5 20 23 0 52 51 1D 167 46 2A
Octal 265 40 43 0 122 121 35 547 106 52
Binary 10110101 100000 100011 0 1010010 1010001 11101 101100111 1000110 101010

Color Harmonies of #B52023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52023

Black with #B52023

Text Example


Text Example

White with #B52023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52023; }

 p { color: rgb(181,32,35); }

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

background-color css

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

 a { background-color: rgb(181,32,35); }

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

border-color css

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

 span { border-color: rgb(181,32,35); }

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