Html Css Color HEX #B32C1A Fire Brick

📋 copy color: '#B32C1A'

red 179 ◦ green 44 ◦ blue 26

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

Shades of Fire Brick #B32C1A

Tints of Fire Brick #B32C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 71.89%
G = 17.67%
B = 10.44%

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

#B32C1A (or 0xB32C1A) is known color: Fire Brick. HEX triplet: B3, 2C and 1A. RGB value is (179,44,26). Sum of RGB (Red+Green+Blue) = 179+44+26=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C1A is #4CD3E5. Grayscale: #525252. Windows color (decimal): -5034982 or 1715379. OLE color: 1715379.

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

Color convert

RGB 179 44 26 -
CMYK 0 0.75 0.85 0.30
HSL 7.06º 0.75% 0.4% -
HSV(B) 7.06º 0.85% 0.7% -
XYZ 19.68 11.46 2.15 -
YUV 82.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 179 44 26 0 0.75 0.85 0.30 7.06 0.75 0.4
Hex B3 2C 1A 0 4B 55 1E 7 4B 28
Octal 263 54 32 0 113 125 36 7 113 50
Binary 10110011 101100 11010 0 1001011 1010101 11110 111 1001011 101000

Color Harmonies of #B32C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C1A

Black with #B32C1A

Text Example


Text Example

White with #B32C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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