Html Css Color HEX #B32D1E Fire Brick

📋 copy color: '#B32D1E'

red 179 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #B32D1E

Tints of Fire Brick #B32D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 70.47%
G = 17.72%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B32D1E (or 0xB32D1E) is known color: Fire Brick. HEX triplet: B3, 2D and 1E. RGB value is (179,45,30). Sum of RGB (Red+Green+Blue) = 179+45+30=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D1E is #4CD2E1. Grayscale: #535353. Windows color (decimal): -5034722 or 1977779. OLE color: 1977779.

HSL color Cylindrical-coordinate representation of color #B32D1E: hue angle of 6.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B32D1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 30 -
CMYK 0 0.75 0.83 0.30
HSL 6.04º 0.71% 0.41% -
HSV(B) 6.04º 0.83% 0.7% -
XYZ 19.76 11.55 2.42 -
YUV 83.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 179 45 30 0 0.75 0.83 0.30 6.04 0.71 0.41
Hex B3 2D 1E 0 4B 53 1E 6 47 29
Octal 263 55 36 0 113 123 36 6 107 51
Binary 10110011 101101 11110 0 1001011 1010011 11110 110 1000111 101001

Color Harmonies of #B32D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D1E

Black with #B32D1E

Text Example


Text Example

White with #B32D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D1E; }

 p { color: rgb(179,45,30); }

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

background-color css

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

 a { background-color: rgb(179,45,30); }

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

border-color css

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

 span { border-color: rgb(179,45,30); }

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