Html Css Color HEX #B32514 Fire Brick

📋 copy color: '#B32514'

red 179 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #B32514

Tints of Fire Brick #B32514

RGB

 RED value IS 179 (70.31% from 255) = 75.85%

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 75.85%
G = 15.68%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32514 (or 0xB32514) is known color: Fire Brick. HEX triplet: B3, 25 and 14. RGB value is (179,37,20). Sum of RGB (Red+Green+Blue) = 179+37+20=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B32514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32514 is #4CDAEB. Grayscale: #4D4D4D. Windows color (decimal): -5036780 or 1320371. OLE color: 1320371.

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

Color convert

RGB 179 37 20 -
CMYK 0 0.79 0.89 0.30
HSL 6.42º 0.8% 0.39% -
HSV(B) 6.42º 0.89% 0.7% -
XYZ 19.38 10.96 1.76 -
YUV 77.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 179 37 20 0 0.79 0.89 0.30 6.42 0.8 0.39
Hex B3 25 14 0 4F 59 1E 6 50 27
Octal 263 45 24 0 117 131 36 6 120 47
Binary 10110011 100101 10100 0 1001111 1011001 11110 110 1010000 100111

Color Harmonies of #B32514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32514

Black with #B32514

Text Example


Text Example

White with #B32514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32514; }

 p { color: rgb(179,37,20); }

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

background-color css

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

 a { background-color: rgb(179,37,20); }

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

border-color css

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

 span { border-color: rgb(179,37,20); }

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