Html Css Color HEX #B32F1B Fire Brick

📋 copy color: '#B32F1B'

red 179 ◦ green 47 ◦ blue 27

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

Shades of Fire Brick #B32F1B

Tints of Fire Brick #B32F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 70.75%
G = 18.58%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B32F1B (or 0xB32F1B) is known color: Fire Brick. HEX triplet: B3, 2F and 1B. RGB value is (179,47,27). Sum of RGB (Red+Green+Blue) = 179+47+27=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F1B is #4CD0E4. Grayscale: #545454. Windows color (decimal): -5034213 or 1781683. OLE color: 1781683.

HSL color Cylindrical-coordinate representation of color #B32F1B: hue angle of 7.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B32F1B is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 27 -
CMYK 0 0.74 0.85 0.30
HSL 7.89º 0.74% 0.4% -
HSV(B) 7.89º 0.85% 0.7% -
XYZ 19.8 11.7 2.25 -
YUV 84.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 179 47 27 0 0.74 0.85 0.30 7.89 0.74 0.4
Hex B3 2F 1B 0 4A 55 1E 8 4A 28
Octal 263 57 33 0 112 125 36 10 112 50
Binary 10110011 101111 11011 0 1001010 1010101 11110 1000 1001010 101000

Color Harmonies of #B32F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F1B

Black with #B32F1B

Text Example


Text Example

White with #B32F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F1B; }

 p { color: rgb(179,47,27); }

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

background-color css

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

 a { background-color: rgb(179,47,27); }

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

border-color css

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

 span { border-color: rgb(179,47,27); }

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