Html Css Color HEX #B52925 Fire Brick

📋 copy color: '#B52925'

red 181 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #B52925

Tints of Fire Brick #B52925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 69.88%
G = 15.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B52925 (or 0xB52925) is known color: Fire Brick. HEX triplet: B5, 29 and 25. RGB value is (181,41,37). Sum of RGB (Red+Green+Blue) = 181+41+37=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B52925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52925 is #4AD6DA. Grayscale: #525252. Windows color (decimal): -4904667 or 2435509. OLE color: 2435509.

HSL color Cylindrical-coordinate representation of color #B52925: hue angle of 1.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52925 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 37 -
CMYK 0 0.77 0.80 0.29
HSL 1.67º 0.66% 0.43% -
HSV(B) 1.67º 0.8% 0.71% -
XYZ 20.18 11.54 2.91 -
YUV 82.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 181 41 37 0 0.77 0.80 0.29 1.67 0.66 0.43
Hex B5 29 25 0 4D 50 1D 2 42 2B
Octal 265 51 45 0 115 120 35 2 102 53
Binary 10110101 101001 100101 0 1001101 1010000 11101 10 1000010 101011

Color Harmonies of #B52925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52925

Black with #B52925

Text Example


Text Example

White with #B52925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52925; }

 p { color: rgb(181,41,37); }

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

background-color css

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

 a { background-color: rgb(181,41,37); }

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

border-color css

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

 span { border-color: rgb(181,41,37); }

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