Html Css Color HEX #B33C0C Rust

📋 copy color: '#B33C0C'

red 179 ◦ green 60 ◦ blue 12

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

Shades of Rust #B33C0C

Tints of Rust #B33C0C

RGB

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

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

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

R = 71.31%
G = 23.9%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B33C0C (or 0xB33C0C) is known color: Rust. HEX triplet: B3, 3C and 0C. RGB value is (179,60,12). Sum of RGB (Red+Green+Blue) = 179+60+12=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C0C is #4CC3F3. Grayscale: #5A5A5A. Windows color (decimal): -5030900 or 801971. OLE color: 801971.

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

Color convert

RGB 179 60 12 -
CMYK 0 0.66 0.93 0.30
HSL 17.25º 0.87% 0.37% -
HSV(B) 17.25º 0.93% 0.7% -
XYZ 20.27 12.84 1.76 -
YUV 90.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 179 60 12 0 0.66 0.93 0.30 17.25 0.87 0.37
Hex B3 3C C 0 42 5D 1E 11 57 25
Octal 263 74 14 0 102 135 36 21 127 45
Binary 10110011 111100 1100 0 1000010 1011101 11110 10001 1010111 100101

Color Harmonies of #B33C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C0C

Black with #B33C0C

Text Example


Text Example

White with #B33C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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