Html Css Color HEX #C3420F Rust

📋 copy color: '#C3420F'

red 195 ◦ green 66 ◦ blue 15

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

Shades of Rust #C3420F

Tints of Rust #C3420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 70.65%
G = 23.91%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3420F (or 0xC3420F) is known color: Rust. HEX triplet: C3, 42 and 0F. RGB value is (195,66,15). Sum of RGB (Red+Green+Blue) = 195+66+15=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3420F is #3CBDF0. Grayscale: #636363. Windows color (decimal): -3980785 or 1000131. OLE color: 1000131.

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

Color convert

RGB 195 66 15 -
CMYK 0 0.66 0.92 0.24
HSL 17º 0.86% 0.41% -
HSV(B) 17º 0.92% 0.76% -
XYZ 24.54 15.53 2.16 -
YUV 98.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 195 66 15 0 0.66 0.92 0.24 17 0.86 0.41
Hex C3 42 F 0 42 5C 18 11 56 29
Octal 303 102 17 0 102 134 30 21 126 51
Binary 11000011 1000010 1111 0 1000010 1011100 11000 10001 1010110 101001

Color Harmonies of #C3420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3420F

Black with #C3420F

Text Example


Text Example

White with #C3420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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