Html Css Color HEX #B33420 Fire Brick

📋 copy color: '#B33420'

red 179 ◦ green 52 ◦ blue 32

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

Shades of Fire Brick #B33420

Tints of Fire Brick #B33420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 68.06%
G = 19.77%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33420 (or 0xB33420) is known color: Fire Brick. HEX triplet: B3, 34 and 20. RGB value is (179,52,32). Sum of RGB (Red+Green+Blue) = 179+52+32=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B33420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33420 is #4CCBDF. Grayscale: #575757. Windows color (decimal): -5032928 or 2110643. OLE color: 2110643.

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

Color convert

RGB 179 52 32 -
CMYK 0 0.71 0.82 0.30
HSL 8.16º 0.7% 0.41% -
HSV(B) 8.16º 0.82% 0.7% -
XYZ 20.08 12.14 2.65 -
YUV 87.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 179 52 32 0 0.71 0.82 0.30 8.16 0.7 0.41
Hex B3 34 20 0 47 52 1E 8 46 29
Octal 263 64 40 0 107 122 36 10 106 51
Binary 10110011 110100 100000 0 1000111 1010010 11110 1000 1000110 101001

Color Harmonies of #B33420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33420

Black with #B33420

Text Example


Text Example

White with #B33420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33420; }

 p { color: rgb(179,52,32); }

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

background-color css

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

 a { background-color: rgb(179,52,32); }

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

border-color css

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

 span { border-color: rgb(179,52,32); }

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