Html Css Color HEX #CA480D Rust

📋 copy color: '#CA480D'

red 202 ◦ green 72 ◦ blue 13

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

Shades of Rust #CA480D

Tints of Rust #CA480D

RGB

 RED value IS 202 (79.3% from 255) = 70.38%

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

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

R = 70.38%
G = 25.09%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA480D (or 0xCA480D) is known color: Rust. HEX triplet: CA, 48 and 0D. RGB value is (202,72,13). Sum of RGB (Red+Green+Blue) = 202+72+13=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA480D is #35B7F2. Grayscale: #686868. Windows color (decimal): -3520499 or 870602. OLE color: 870602.

HSL color Cylindrical-coordinate representation of color #CA480D: hue angle of 18.73º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA480D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 13 -
CMYK 0 0.64 0.94 0.21
HSL 18.73º 0.88% 0.42% -
HSV(B) 18.73º 0.94% 0.79% -
XYZ 26.75 17.22 2.29 -
YUV 104.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 202 72 13 0 0.64 0.94 0.21 18.73 0.88 0.42
Hex CA 48 D 0 40 5E 15 13 58 2A
Octal 312 110 15 0 100 136 25 23 130 52
Binary 11001010 1001000 1101 0 1000000 1011110 10101 10011 1011000 101010

Color Harmonies of #CA480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA480D

Black with #CA480D

Text Example


Text Example

White with #CA480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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