Html Css Color HEX #B32C28 Fire Brick

📋 copy color: '#B32C28'

red 179 ◦ green 44 ◦ blue 40

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

Shades of Fire Brick #B32C28

Tints of Fire Brick #B32C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 68.06%
G = 16.73%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32C28 (or 0xB32C28) is known color: Fire Brick. HEX triplet: B3, 2C and 28. RGB value is (179,44,40). Sum of RGB (Red+Green+Blue) = 179+44+40=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C28 is #4CD3D7. Grayscale: #545454. Windows color (decimal): -5034968 or 2632883. OLE color: 2632883.

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

Color convert

RGB 179 44 40 -
CMYK 0 0.75 0.78 0.30
HSL 1.73º 0.63% 0.43% -
HSV(B) 1.73º 0.78% 0.7% -
XYZ 19.87 11.54 3.19 -
YUV 83.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 179 44 40 0 0.75 0.78 0.30 1.73 0.63 0.43
Hex B3 2C 28 0 4B 4E 1E 2 3F 2B
Octal 263 54 50 0 113 116 36 2 77 53
Binary 10110011 101100 101000 0 1001011 1001110 11110 10 111111 101011

Color Harmonies of #B32C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C28

Black with #B32C28

Text Example


Text Example

White with #B32C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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