Html Css Color HEX #B32C1B Fire Brick

📋 copy color: '#B32C1B'

red 179 ◦ green 44 ◦ blue 27

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

Shades of Fire Brick #B32C1B

Tints of Fire Brick #B32C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 71.6%
G = 17.6%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B32C1B (or 0xB32C1B) is known color: Fire Brick. HEX triplet: B3, 2C and 1B. RGB value is (179,44,27). Sum of RGB (Red+Green+Blue) = 179+44+27=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C1B is #4CD3E4. Grayscale: #525252. Windows color (decimal): -5034981 or 1780915. OLE color: 1780915.

HSL color Cylindrical-coordinate representation of color #B32C1B: hue angle of 6.71º 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 #B32C1B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 27 -
CMYK 0 0.75 0.85 0.30
HSL 6.71º 0.74% 0.4% -
HSV(B) 6.71º 0.85% 0.7% -
XYZ 19.69 11.46 2.21 -
YUV 82.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 179 44 27 0 0.75 0.85 0.30 6.71 0.74 0.4
Hex B3 2C 1B 0 4B 55 1E 7 4A 28
Octal 263 54 33 0 113 125 36 7 112 50
Binary 10110011 101100 11011 0 1001011 1010101 11110 111 1001010 101000

Color Harmonies of #B32C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C1B

Black with #B32C1B

Text Example


Text Example

White with #B32C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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