Html Css Color HEX #B52826 Fire Brick

📋 copy color: '#B52826'

red 181 ◦ green 40 ◦ blue 38

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

Shades of Fire Brick #B52826

Tints of Fire Brick #B52826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.67%

R = 69.88%
G = 15.44%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B52826 (or 0xB52826) is known color: Fire Brick. HEX triplet: B5, 28 and 26. RGB value is (181,40,38). Sum of RGB (Red+Green+Blue) = 181+40+38=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B52826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52826 is #4AD7D9. Grayscale: #525252. Windows color (decimal): -4904922 or 2500789. OLE color: 2500789.

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

Color convert

RGB 181 40 38 -
CMYK 0 0.78 0.79 0.29
HSL 0.84º 0.65% 0.43% -
HSV(B) 0.84º 0.79% 0.71% -
XYZ 20.16 11.48 2.99 -
YUV 81.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 181 40 38 0 0.78 0.79 0.29 0.84 0.65 0.43
Hex B5 28 26 0 4E 4F 1D 1 41 2B
Octal 265 50 46 0 116 117 35 1 101 53
Binary 10110101 101000 100110 0 1001110 1001111 11101 1 1000001 101011

Color Harmonies of #B52826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52826

Black with #B52826

Text Example


Text Example

White with #B52826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52826; }

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

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

background-color css

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

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

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

border-color css

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

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

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