Html Css Color HEX #B33C10 Rust

📋 copy color: '#B33C10'

red 179 ◦ green 60 ◦ blue 16

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

Shades of Rust #B33C10

Tints of Rust #B33C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.53%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 70.2%
G = 23.53%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33C10 (or 0xB33C10) is known color: Rust. HEX triplet: B3, 3C and 10. RGB value is (179,60,16). Sum of RGB (Red+Green+Blue) = 179+60+16=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C10 is #4CC3EF. Grayscale: #5A5A5A. Windows color (decimal): -5030896 or 1064115. OLE color: 1064115.

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

Color convert

RGB 179 60 16 -
CMYK 0 0.66 0.91 0.30
HSL 16.2º 0.84% 0.38% -
HSV(B) 16.2º 0.91% 0.7% -
XYZ 20.3 12.85 1.9 -
YUV 90.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 179 60 16 0 0.66 0.91 0.30 16.2 0.84 0.38
Hex B3 3C 10 0 42 5B 1E 10 54 26
Octal 263 74 20 0 102 133 36 20 124 46
Binary 10110011 111100 10000 0 1000010 1011011 11110 10000 1010100 100110

Color Harmonies of #B33C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C10

Black with #B33C10

Text Example


Text Example

White with #B33C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C10; }

 p { color: rgb(179,60,16); }

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

background-color css

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

 a { background-color: rgb(179,60,16); }

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

border-color css

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

 span { border-color: rgb(179,60,16); }

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