Html Css Color HEX #C3420D Rust

📋 copy color: '#C3420D'

red 195 ◦ green 66 ◦ blue 13

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

Shades of Rust #C3420D

Tints of Rust #C3420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 71.17%
G = 24.09%
B = 4.74%

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

#C3420D (or 0xC3420D) is known color: Rust. HEX triplet: C3, 42 and 0D. RGB value is (195,66,13). Sum of RGB (Red+Green+Blue) = 195+66+13=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3420D is #3CBDF2. Grayscale: #626262. Windows color (decimal): -3980787 or 869059. OLE color: 869059.

HSL color Cylindrical-coordinate representation of color #C3420D: hue angle of 17.47º degrees, saturation: 0.88, 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 #C3420D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 13 -
CMYK 0 0.66 0.93 0.24
HSL 17.47º 0.88% 0.41% -
HSV(B) 17.47º 0.93% 0.76% -
XYZ 24.53 15.53 2.09 -
YUV 98.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 195 66 13 0 0.66 0.93 0.24 17.47 0.88 0.41
Hex C3 42 D 0 42 5D 18 11 58 29
Octal 303 102 15 0 102 135 30 21 130 51
Binary 11000011 1000010 1101 0 1000010 1011101 11000 10001 1011000 101001

Color Harmonies of #C3420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3420D

Black with #C3420D

Text Example


Text Example

White with #C3420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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