Html Css Color HEX #CA460D Rust

📋 copy color: '#CA460D'

red 202 ◦ green 70 ◦ blue 13

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

Shades of Rust #CA460D

Tints of Rust #CA460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

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

R = 70.88%
G = 24.56%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA460D (or 0xCA460D) is known color: Rust. HEX triplet: CA, 46 and 0D. RGB value is (202,70,13). Sum of RGB (Red+Green+Blue) = 202+70+13=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460D is #35B9F2. Grayscale: #676767. Windows color (decimal): -3521011 or 870090. OLE color: 870090.

HSL color Cylindrical-coordinate representation of color #CA460D: hue angle of 18.1º 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 #CA460D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 13 -
CMYK 0 0.65 0.94 0.21
HSL 18.1º 0.88% 0.42% -
HSV(B) 18.1º 0.94% 0.79% -
XYZ 26.62 16.97 2.25 -
YUV 102.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 202 70 13 0 0.65 0.94 0.21 18.1 0.88 0.42
Hex CA 46 D 0 41 5E 15 12 58 2A
Octal 312 106 15 0 101 136 25 22 130 52
Binary 11001010 1000110 1101 0 1000001 1011110 10101 10010 1011000 101010

Color Harmonies of #CA460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA460D

Black with #CA460D

Text Example


Text Example

White with #CA460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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