Html Css Color HEX #B3330E Rust

📋 copy color: '#B3330E'

red 179 ◦ green 51 ◦ blue 14

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

Shades of Rust #B3330E

Tints of Rust #B3330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 73.36%
G = 20.9%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3330E (or 0xB3330E) is known color: Rust. HEX triplet: B3, 33 and 0E. RGB value is (179,51,14). Sum of RGB (Red+Green+Blue) = 179+51+14=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3330E is #4CCCF1. Grayscale: #555555. Windows color (decimal): -5033202 or 930739. OLE color: 930739.

HSL color Cylindrical-coordinate representation of color #B3330E: hue angle of 13.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3330E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 14 -
CMYK 0 0.72 0.92 0.30
HSL 13.45º 0.85% 0.38% -
HSV(B) 13.45º 0.92% 0.7% -
XYZ 19.85 11.98 1.68 -
YUV 85.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 179 51 14 0 0.72 0.92 0.30 13.45 0.85 0.38
Hex B3 33 E 0 48 5C 1E D 55 26
Octal 263 63 16 0 110 134 36 15 125 46
Binary 10110011 110011 1110 0 1001000 1011100 11110 1101 1010101 100110

Color Harmonies of #B3330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3330E

Black with #B3330E

Text Example


Text Example

White with #B3330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3330E; }

 p { color: rgb(179,51,14); }

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

background-color css

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

 a { background-color: rgb(179,51,14); }

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

border-color css

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

 span { border-color: rgb(179,51,14); }

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