Html Css Color HEX #B52614 Fire Brick

📋 copy color: '#B52614'

red 181 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #B52614

Tints of Fire Brick #B52614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 75.73%
G = 15.9%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B52614 (or 0xB52614) is known color: Fire Brick. HEX triplet: B5, 26 and 14. RGB value is (181,38,20). Sum of RGB (Red+Green+Blue) = 181+38+20=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52614 is #4AD9EB. Grayscale: #4E4E4E. Windows color (decimal): -4905452 or 1320629. OLE color: 1320629.

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

Color convert

RGB 181 38 20 -
CMYK 0 0.79 0.89 0.29
HSL 6.71º 0.8% 0.39% -
HSV(B) 6.71º 0.89% 0.71% -
XYZ 19.88 11.26 1.79 -
YUV 78.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 181 38 20 0 0.79 0.89 0.29 6.71 0.8 0.39
Hex B5 26 14 0 4F 59 1D 7 50 27
Octal 265 46 24 0 117 131 35 7 120 47
Binary 10110101 100110 10100 0 1001111 1011001 11101 111 1010000 100111

Color Harmonies of #B52614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52614

Black with #B52614

Text Example


Text Example

White with #B52614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52614; }

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

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

background-color css

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

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

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

border-color css

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

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

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