Html Css Color HEX #B3300C Rust

📋 copy color: '#B3300C'

red 179 ◦ green 48 ◦ blue 12

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

Shades of Rust #B3300C

Tints of Rust #B3300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 74.9%
G = 20.08%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3300C (or 0xB3300C) is known color: Rust. HEX triplet: B3, 30 and 0C. RGB value is (179,48,12). Sum of RGB (Red+Green+Blue) = 179+48+12=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300C is #4CCFF3. Grayscale: #535353. Windows color (decimal): -5033972 or 798899. OLE color: 798899.

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

Color convert

RGB 179 48 12 -
CMYK 0 0.73 0.93 0.30
HSL 12.93º 0.87% 0.37% -
HSV(B) 12.93º 0.93% 0.7% -
XYZ 19.71 11.72 1.57 -
YUV 83.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 179 48 12 0 0.73 0.93 0.30 12.93 0.87 0.37
Hex B3 30 C 0 49 5D 1E D 57 25
Octal 263 60 14 0 111 135 36 15 127 45
Binary 10110011 110000 1100 0 1001001 1011101 11110 1101 1010111 100101

Color Harmonies of #B3300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3300C

Black with #B3300C

Text Example


Text Example

White with #B3300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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