Html Css Color HEX #B52823 Fire Brick

📋 copy color: '#B52823'

red 181 ◦ green 40 ◦ blue 35

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

Shades of Fire Brick #B52823

Tints of Fire Brick #B52823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 70.7%
G = 15.63%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B52823 (or 0xB52823) is known color: Fire Brick. HEX triplet: B5, 28 and 23. RGB value is (181,40,35). Sum of RGB (Red+Green+Blue) = 181+40+35=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52823 is #4AD7DC. Grayscale: #515151. Windows color (decimal): -4904925 or 2304181. OLE color: 2304181.

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

Color convert

RGB 181 40 35 -
CMYK 0 0.78 0.81 0.29
HSL 2.05º 0.68% 0.42% -
HSV(B) 2.05º 0.81% 0.71% -
XYZ 20.12 11.46 2.74 -
YUV 81.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 181 40 35 0 0.78 0.81 0.29 2.05 0.68 0.42
Hex B5 28 23 0 4E 51 1D 2 44 2A
Octal 265 50 43 0 116 121 35 2 104 52
Binary 10110101 101000 100011 0 1001110 1010001 11101 10 1000100 101010

Color Harmonies of #B52823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52823

Black with #B52823

Text Example


Text Example

White with #B52823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52823; }

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

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

background-color css

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

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

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

border-color css

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

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

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