Html Css Color HEX #B33A14 Rust

📋 copy color: '#B33A14'

red 179 ◦ green 58 ◦ blue 20

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

Shades of Rust #B33A14

Tints of Rust #B33A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 69.65%
G = 22.57%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33A14 (or 0xB33A14) is known color: Rust. HEX triplet: B3, 3A and 14. RGB value is (179,58,20). Sum of RGB (Red+Green+Blue) = 179+58+20=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A14 is #4CC5EB. Grayscale: #5A5A5A. Windows color (decimal): -5031404 or 1325747. OLE color: 1325747.

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

Color convert

RGB 179 58 20 -
CMYK 0 0.68 0.89 0.30
HSL 14.34º 0.8% 0.39% -
HSV(B) 14.34º 0.89% 0.7% -
XYZ 20.23 12.66 2.04 -
YUV 89.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 179 58 20 0 0.68 0.89 0.30 14.34 0.8 0.39
Hex B3 3A 14 0 44 59 1E E 50 27
Octal 263 72 24 0 104 131 36 16 120 47
Binary 10110011 111010 10100 0 1000100 1011001 11110 1110 1010000 100111

Color Harmonies of #B33A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A14

Black with #B33A14

Text Example


Text Example

White with #B33A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A14; }

 p { color: rgb(179,58,20); }

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

background-color css

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

 a { background-color: rgb(179,58,20); }

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

border-color css

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

 span { border-color: rgb(179,58,20); }

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