Html Css Color HEX #C3420E Rust

📋 copy color: '#C3420E'

red 195 ◦ green 66 ◦ blue 14

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

Shades of Rust #C3420E

Tints of Rust #C3420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 70.91%
G = 24%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3420E (or 0xC3420E) is known color: Rust. HEX triplet: C3, 42 and 0E. RGB value is (195,66,14). Sum of RGB (Red+Green+Blue) = 195+66+14=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3420E is #3CBDF1. Grayscale: #626262. Windows color (decimal): -3980786 or 934595. OLE color: 934595.

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

Color convert

RGB 195 66 14 -
CMYK 0 0.66 0.93 0.24
HSL 17.24º 0.87% 0.41% -
HSV(B) 17.24º 0.93% 0.76% -
XYZ 24.53 15.53 2.12 -
YUV 98.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 195 66 14 0 0.66 0.93 0.24 17.24 0.87 0.41
Hex C3 42 E 0 42 5D 18 11 57 29
Octal 303 102 16 0 102 135 30 21 127 51
Binary 11000011 1000010 1110 0 1000010 1011101 11000 10001 1010111 101001

Color Harmonies of #C3420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3420E

Black with #C3420E

Text Example


Text Example

White with #C3420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3420E; }

 p { color: rgb(195,66,14); }

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

background-color css

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

 a { background-color: rgb(195,66,14); }

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

border-color css

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

 span { border-color: rgb(195,66,14); }

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