Html Css Color HEX #B3330F Rust

📋 copy color: '#B3330F'

red 179 ◦ green 51 ◦ blue 15

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

Shades of Rust #B3330F

Tints of Rust #B3330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 73.06%
G = 20.82%
B = 6.12%

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

#B3330F (or 0xB3330F) is known color: Rust. HEX triplet: B3, 33 and 0F. RGB value is (179,51,15). Sum of RGB (Red+Green+Blue) = 179+51+15=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3330F is #4CCCF0. Grayscale: #555555. Windows color (decimal): -5033201 or 996275. OLE color: 996275.

HSL color Cylindrical-coordinate representation of color #B3330F: hue angle of 13.17º 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 #B3330F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 15 -
CMYK 0 0.72 0.92 0.30
HSL 13.17º 0.85% 0.38% -
HSV(B) 13.17º 0.92% 0.7% -
XYZ 19.86 11.99 1.72 -
YUV 85.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 179 51 15 0 0.72 0.92 0.30 13.17 0.85 0.38
Hex B3 33 F 0 48 5C 1E D 55 26
Octal 263 63 17 0 110 134 36 15 125 46
Binary 10110011 110011 1111 0 1001000 1011100 11110 1101 1010101 100110

Color Harmonies of #B3330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3330F

Black with #B3330F

Text Example


Text Example

White with #B3330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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