Html Css Color HEX #B32618 Fire Brick

📋 copy color: '#B32618'

red 179 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #B32618

Tints of Fire Brick #B32618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 74.27%
G = 15.77%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32618 (or 0xB32618) is known color: Fire Brick. HEX triplet: B3, 26 and 18. RGB value is (179,38,24). Sum of RGB (Red+Green+Blue) = 179+38+24=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B32618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32618 is #4CD9E7. Grayscale: #4E4E4E. Windows color (decimal): -5036520 or 1582771. OLE color: 1582771.

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

Color convert

RGB 179 38 24 -
CMYK 0 0.79 0.87 0.30
HSL 5.42º 0.76% 0.4% -
HSV(B) 5.42º 0.87% 0.7% -
XYZ 19.45 11.04 1.97 -
YUV 78.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 179 38 24 0 0.79 0.87 0.30 5.42 0.76 0.4
Hex B3 26 18 0 4F 57 1E 5 4C 28
Octal 263 46 30 0 117 127 36 5 114 50
Binary 10110011 100110 11000 0 1001111 1010111 11110 101 1001100 101000

Color Harmonies of #B32618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32618

Black with #B32618

Text Example


Text Example

White with #B32618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32618; }

 p { color: rgb(179,38,24); }

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

background-color css

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

 a { background-color: rgb(179,38,24); }

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

border-color css

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

 span { border-color: rgb(179,38,24); }

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