Html Css Color HEX #C33900 Rust

📋 copy color: '#C33900'

red 195 ◦ green 57 ◦ blue 0

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

Shades of Rust #C33900

Tints of Rust #C33900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 77.38%
G = 22.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33900 (or 0xC33900) is known color: Rust. HEX triplet: C3, 39 and 00. RGB value is (195,57,0). Sum of RGB (Red+Green+Blue) = 195+57+0=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33900 is #3CC6FF. Grayscale: #5C5C5C. Windows color (decimal): -3983104 or 14787. OLE color: 14787.

HSL color Cylindrical-coordinate representation of color #C33900: hue angle of 17.54º 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 #C33900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 0 -
CMYK 0 0.71 1 0.24
HSL 17.54º 1% 0.38% -
HSV(B) 17.54º 1% 0.76% -
XYZ 23.97 14.53 1.54 -
YUV 91.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 195 57 0 0 0.71 1 0.24 17.54 1 0.38
Hex C3 39 0 0 47 64 18 12 64 26
Octal 303 71 0 0 107 144 30 22 144 46
Binary 11000011 111001 0 0 1000111 1100100 11000 10010 1100100 100110

Color Harmonies of #C33900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33900

Black with #C33900

Text Example


Text Example

White with #C33900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33900; }

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

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

background-color css

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

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

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

border-color css

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

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

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