Html Css Color HEX #B52719 Fire Brick

📋 copy color: '#B52719'

red 181 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #B52719

Tints of Fire Brick #B52719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 73.88%
G = 15.92%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B52719 (or 0xB52719) is known color: Fire Brick. HEX triplet: B5, 27 and 19. RGB value is (181,39,25). Sum of RGB (Red+Green+Blue) = 181+39+25=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52719 is #4AD8E6. Grayscale: #505050. Windows color (decimal): -4905191 or 1648565. OLE color: 1648565.

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

Color convert

RGB 181 39 25 -
CMYK 0 0.78 0.86 0.29
HSL 5.38º 0.76% 0.4% -
HSV(B) 5.38º 0.86% 0.71% -
XYZ 19.96 11.34 2.06 -
YUV 79.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 181 39 25 0 0.78 0.86 0.29 5.38 0.76 0.4
Hex B5 27 19 0 4E 56 1D 5 4C 28
Octal 265 47 31 0 116 126 35 5 114 50
Binary 10110101 100111 11001 0 1001110 1010110 11101 101 1001100 101000

Color Harmonies of #B52719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52719

Black with #B52719

Text Example


Text Example

White with #B52719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52719; }

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

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

background-color css

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

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

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

border-color css

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

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

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