Html Css Color HEX #C3480D Rust

📋 copy color: '#C3480D'

red 195 ◦ green 72 ◦ blue 13

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

Shades of Rust #C3480D

Tints of Rust #C3480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 69.64%
G = 25.71%
B = 4.64%

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

#C3480D (or 0xC3480D) is known color: Rust. HEX triplet: C3, 48 and 0D. RGB value is (195,72,13). Sum of RGB (Red+Green+Blue) = 195+72+13=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3480D is #3CB7F2. Grayscale: #666666. Windows color (decimal): -3979251 or 870595. OLE color: 870595.

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

Color convert

RGB 195 72 13 -
CMYK 0 0.63 0.93 0.24
HSL 19.45º 0.88% 0.41% -
HSV(B) 19.45º 0.93% 0.76% -
XYZ 24.9 16.27 2.21 -
YUV 102.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 195 72 13 0 0.63 0.93 0.24 19.45 0.88 0.41
Hex C3 48 D 0 3F 5D 18 13 58 29
Octal 303 110 15 0 77 135 30 23 130 51
Binary 11000011 1001000 1101 0 111111 1011101 11000 10011 1011000 101001

Color Harmonies of #C3480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3480D

Black with #C3480D

Text Example


Text Example

White with #C3480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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