Html Css Color HEX #C33C0B Rust

📋 copy color: '#C33C0B'

red 195 ◦ green 60 ◦ blue 11

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

Shades of Rust #C33C0B

Tints of Rust #C33C0B

RGB

 RED value IS 195 (76.56% from 255) = 73.31%

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

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 73.31%
G = 22.56%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C33C0B (or 0xC33C0B) is known color: Rust. HEX triplet: C3, 3C and 0B. RGB value is (195,60,11). Sum of RGB (Red+Green+Blue) = 195+60+11=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C0B is #3CC3F4. Grayscale: #5F5F5F. Windows color (decimal): -3982325 or 736451. OLE color: 736451.

HSL color Cylindrical-coordinate representation of color #C33C0B: hue angle of 15.98º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C33C0B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 11 -
CMYK 0 0.69 0.94 0.24
HSL 15.98º 0.89% 0.4% -
HSV(B) 15.98º 0.94% 0.76% -
XYZ 24.18 14.86 1.91 -
YUV 94.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 195 60 11 0 0.69 0.94 0.24 15.98 0.89 0.4
Hex C3 3C B 0 45 5E 18 10 59 28
Octal 303 74 13 0 105 136 30 20 131 50
Binary 11000011 111100 1011 0 1000101 1011110 11000 10000 1011001 101000

Color Harmonies of #C33C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C0B

Black with #C33C0B

Text Example


Text Example

White with #C33C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C0B; }

 p { color: rgb(195,60,11); }

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

background-color css

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

 a { background-color: rgb(195,60,11); }

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

border-color css

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

 span { border-color: rgb(195,60,11); }

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