Html Css Color HEX #C3490D Rust

📋 copy color: '#C3490D'

red 195 ◦ green 73 ◦ blue 13

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

Shades of Rust #C3490D

Tints of Rust #C3490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 69.4%
G = 25.98%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3490D (or 0xC3490D) is known color: Rust. HEX triplet: C3, 49 and 0D. RGB value is (195,73,13). Sum of RGB (Red+Green+Blue) = 195+73+13=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3490D is #3CB6F2. Grayscale: #676767. Windows color (decimal): -3978995 or 870851. OLE color: 870851.

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

Color convert

RGB 195 73 13 -
CMYK 0 0.63 0.93 0.24
HSL 19.78º 0.88% 0.41% -
HSV(B) 19.78º 0.93% 0.76% -
XYZ 24.96 16.4 2.23 -
YUV 102.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 195 73 13 0 0.63 0.93 0.24 19.78 0.88 0.41
Hex C3 49 D 0 3F 5D 18 14 58 29
Octal 303 111 15 0 77 135 30 24 130 51
Binary 11000011 1001001 1101 0 111111 1011101 11000 10100 1011000 101001

Color Harmonies of #C3490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3490D

Black with #C3490D

Text Example


Text Example

White with #C3490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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