Html Css Color HEX #B32D1D Fire Brick

📋 copy color: '#B32D1D'

red 179 ◦ green 45 ◦ blue 29

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

Shades of Fire Brick #B32D1D

Tints of Fire Brick #B32D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 70.75%
G = 17.79%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B32D1D (or 0xB32D1D) is known color: Fire Brick. HEX triplet: B3, 2D and 1D. RGB value is (179,45,29). Sum of RGB (Red+Green+Blue) = 179+45+29=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D1D is #4CD2E2. Grayscale: #535353. Windows color (decimal): -5034723 or 1912243. OLE color: 1912243.

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

Color convert

RGB 179 45 29 -
CMYK 0 0.75 0.84 0.30
HSL 6.4º 0.72% 0.41% -
HSV(B) 6.4º 0.84% 0.7% -
XYZ 19.75 11.55 2.35 -
YUV 83.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 179 45 29 0 0.75 0.84 0.30 6.4 0.72 0.41
Hex B3 2D 1D 0 4B 54 1E 6 48 29
Octal 263 55 35 0 113 124 36 6 110 51
Binary 10110011 101101 11101 0 1001011 1010100 11110 110 1001000 101001

Color Harmonies of #B32D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D1D

Black with #B32D1D

Text Example


Text Example

White with #B32D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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