Html Css Color HEX #C33C0C Rust

📋 copy color: '#C33C0C'

red 195 ◦ green 60 ◦ blue 12

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

Shades of Rust #C33C0C

Tints of Rust #C33C0C

RGB

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

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

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

R = 73.03%
G = 22.47%
B = 4.49%

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

#C33C0C (or 0xC33C0C) is known color: Rust. HEX triplet: C3, 3C and 0C. RGB value is (195,60,12). Sum of RGB (Red+Green+Blue) = 195+60+12=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C0C is #3CC3F3. Grayscale: #5F5F5F. Windows color (decimal): -3982324 or 801987. OLE color: 801987.

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

Color convert

RGB 195 60 12 -
CMYK 0 0.69 0.94 0.24
HSL 15.74º 0.88% 0.41% -
HSV(B) 15.74º 0.94% 0.76% -
XYZ 24.19 14.86 1.94 -
YUV 94.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 195 60 12 0 0.69 0.94 0.24 15.74 0.88 0.41
Hex C3 3C C 0 45 5E 18 10 58 29
Octal 303 74 14 0 105 136 30 20 130 51
Binary 11000011 111100 1100 0 1000101 1011110 11000 10000 1011000 101001

Color Harmonies of #C33C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C0C

Black with #C33C0C

Text Example


Text Example

White with #C33C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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