Html Css Color HEX #B52726 Fire Brick

📋 copy color: '#B52726'

red 181 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #B52726

Tints of Fire Brick #B52726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 70.16%
G = 15.12%
B = 14.73%

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

#B52726 (or 0xB52726) is known color: Fire Brick. HEX triplet: B5, 27 and 26. RGB value is (181,39,38). Sum of RGB (Red+Green+Blue) = 181+39+38=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B52726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52726 is #4AD8D9. Grayscale: #515151. Windows color (decimal): -4905178 or 2500533. OLE color: 2500533.

HSL color Cylindrical-coordinate representation of color #B52726: hue angle of 0.42º 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 #B52726 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 38 -
CMYK 0 0.78 0.79 0.29
HSL 0.42º 0.65% 0.43% -
HSV(B) 0.42º 0.79% 0.71% -
XYZ 20.13 11.41 2.98 -
YUV 81.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 181 39 38 0 0.78 0.79 0.29 0.42 0.65 0.43
Hex B5 27 26 0 4E 4F 1D 0 41 2B
Octal 265 47 46 0 116 117 35 0 101 53
Binary 10110101 100111 100110 0 1001110 1001111 11101 0 1000001 101011

Color Harmonies of #B52726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52726

Black with #B52726

Text Example


Text Example

White with #B52726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52726; }

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

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

background-color css

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

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

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

border-color css

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

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

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