Html Css Color HEX #B33422 Fire Brick

📋 copy color: '#B33422'

red 179 ◦ green 52 ◦ blue 34

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

Shades of Fire Brick #B33422

Tints of Fire Brick #B33422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 67.55%
G = 19.62%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33422 (or 0xB33422) is known color: Fire Brick. HEX triplet: B3, 34 and 22. RGB value is (179,52,34). Sum of RGB (Red+Green+Blue) = 179+52+34=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B33422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33422 is #4CCBDD. Grayscale: #585858. Windows color (decimal): -5032926 or 2241715. OLE color: 2241715.

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

Color convert

RGB 179 52 34 -
CMYK 0 0.71 0.81 0.30
HSL 7.45º 0.68% 0.42% -
HSV(B) 7.45º 0.81% 0.7% -
XYZ 20.11 12.16 2.8 -
YUV 87.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 179 52 34 0 0.71 0.81 0.30 7.45 0.68 0.42
Hex B3 34 22 0 47 51 1E 7 44 2A
Octal 263 64 42 0 107 121 36 7 104 52
Binary 10110011 110100 100010 0 1000111 1010001 11110 111 1000100 101010

Color Harmonies of #B33422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33422

Black with #B33422

Text Example


Text Example

White with #B33422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33422; }

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

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

background-color css

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

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

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

border-color css

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

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

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