Html Css Color HEX #C33F10 Rust

📋 copy color: '#C33F10'

red 195 ◦ green 63 ◦ blue 16

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

Shades of Rust #C33F10

Tints of Rust #C33F10

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 71.17%
G = 22.99%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C33F10 (or 0xC33F10) is known color: Rust. HEX triplet: C3, 3F and 10. RGB value is (195,63,16). Sum of RGB (Red+Green+Blue) = 195+63+16=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F10 is #3CC0EF. Grayscale: #616161. Windows color (decimal): -3981552 or 1064899. OLE color: 1064899.

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

Color convert

RGB 195 63 16 -
CMYK 0 0.68 0.92 0.24
HSL 15.75º 0.85% 0.41% -
HSV(B) 15.75º 0.92% 0.76% -
XYZ 24.38 15.19 2.14 -
YUV 97.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 195 63 16 0 0.68 0.92 0.24 15.75 0.85 0.41
Hex C3 3F 10 0 44 5C 18 10 55 29
Octal 303 77 20 0 104 134 30 20 125 51
Binary 11000011 111111 10000 0 1000100 1011100 11000 10000 1010101 101001

Color Harmonies of #C33F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F10

Black with #C33F10

Text Example


Text Example

White with #C33F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F10; }

 p { color: rgb(195,63,16); }

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

background-color css

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

 a { background-color: rgb(195,63,16); }

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

border-color css

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

 span { border-color: rgb(195,63,16); }

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