Html Css Color HEX #B3330C Rust

📋 copy color: '#B3330C'

red 179 ◦ green 51 ◦ blue 12

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

Shades of Rust #B3330C

Tints of Rust #B3330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 73.97%
G = 21.07%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3330C (or 0xB3330C) is known color: Rust. HEX triplet: B3, 33 and 0C. RGB value is (179,51,12). Sum of RGB (Red+Green+Blue) = 179+51+12=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3330C is #4CCCF3. Grayscale: #555555. Windows color (decimal): -5033204 or 799667. OLE color: 799667.

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

Color convert

RGB 179 51 12 -
CMYK 0 0.72 0.93 0.30
HSL 14.01º 0.87% 0.37% -
HSV(B) 14.01º 0.93% 0.7% -
XYZ 19.84 11.98 1.61 -
YUV 84.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 179 51 12 0 0.72 0.93 0.30 14.01 0.87 0.37
Hex B3 33 C 0 48 5D 1E E 57 25
Octal 263 63 14 0 110 135 36 16 127 45
Binary 10110011 110011 1100 0 1001000 1011101 11110 1110 1010111 100101

Color Harmonies of #B3330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3330C

Black with #B3330C

Text Example


Text Example

White with #B3330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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