Html Css Color HEX #C33E00 Rust

📋 copy color: '#C33E00'

red 195 ◦ green 62 ◦ blue 0

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

Shades of Rust #C33E00

Tints of Rust #C33E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.88%
G = 24.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33E00 (or 0xC33E00) is known color: Rust. HEX triplet: C3, 3E and 00. RGB value is (195,62,0). Sum of RGB (Red+Green+Blue) = 195+62+0=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33E00 is #3CC1FF. Grayscale: #5F5F5F. Windows color (decimal): -3981824 or 16067. OLE color: 16067.

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

Color convert

RGB 195 62 0 -
CMYK 0 0.68 1 0.24
HSL 19.08º 1% 0.38% -
HSV(B) 19.08º 1% 0.76% -
XYZ 24.23 15.05 1.63 -
YUV 94.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 195 62 0 0 0.68 1 0.24 19.08 1 0.38
Hex C3 3E 0 0 44 64 18 13 64 26
Octal 303 76 0 0 104 144 30 23 144 46
Binary 11000011 111110 0 0 1000100 1100100 11000 10011 1100100 100110

Color Harmonies of #C33E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E00

Black with #C33E00

Text Example


Text Example

White with #C33E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E00; }

 p { color: rgb(195,62,0); }

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

background-color css

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

 a { background-color: rgb(195,62,0); }

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

border-color css

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

 span { border-color: rgb(195,62,0); }

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