Html Css Color HEX #C34602 Rust

📋 copy color: '#C34602'

red 195 ◦ green 70 ◦ blue 2

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

Shades of Rust #C34602

Tints of Rust #C34602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 73.03%
G = 26.22%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34602 (or 0xC34602) is known color: Rust. HEX triplet: C3, 46 and 02. RGB value is (195,70,2). Sum of RGB (Red+Green+Blue) = 195+70+2=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34602 is #3CB9FD. Grayscale: #646464. Windows color (decimal): -3979774 or 149187. OLE color: 149187.

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

Color convert

RGB 195 70 2 -
CMYK 0 0.64 0.99 0.24
HSL 21.14º 0.98% 0.39% -
HSV(B) 21.14º 0.99% 0.76% -
XYZ 24.71 15.99 1.84 -
YUV 99.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 195 70 2 0 0.64 0.99 0.24 21.14 0.98 0.39
Hex C3 46 2 0 40 63 18 15 62 27
Octal 303 106 2 0 100 143 30 25 142 47
Binary 11000011 1000110 10 0 1000000 1100011 11000 10101 1100010 100111

Color Harmonies of #C34602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34602

Black with #C34602

Text Example


Text Example

White with #C34602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34602; }

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

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

background-color css

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

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

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

border-color css

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

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

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