Html Css Color HEX #C33702 Rust

📋 copy color: '#C33702'

red 195 ◦ green 55 ◦ blue 2

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

Shades of Rust #C33702

Tints of Rust #C33702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 77.38%
G = 21.83%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C33702 (or 0xC33702) is known color: Rust. HEX triplet: C3, 37 and 02. RGB value is (195,55,2). Sum of RGB (Red+Green+Blue) = 195+55+2=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33702 is #3CC8FD. Grayscale: #5B5B5B. Windows color (decimal): -3983614 or 145347. OLE color: 145347.

HSL color Cylindrical-coordinate representation of color #C33702: hue angle of 16.48º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33702 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 2 -
CMYK 0 0.72 0.99 0.24
HSL 16.48º 0.98% 0.39% -
HSV(B) 16.48º 0.99% 0.76% -
XYZ 23.88 14.34 1.57 -
YUV 90.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 195 55 2 0 0.72 0.99 0.24 16.48 0.98 0.39
Hex C3 37 2 0 48 63 18 10 62 27
Octal 303 67 2 0 110 143 30 20 142 47
Binary 11000011 110111 10 0 1001000 1100011 11000 10000 1100010 100111

Color Harmonies of #C33702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33702

Black with #C33702

Text Example


Text Example

White with #C33702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33702; }

 p { color: rgb(195,55,2); }

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

background-color css

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

 a { background-color: rgb(195,55,2); }

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

border-color css

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

 span { border-color: rgb(195,55,2); }

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