Html Css Color HEX #CA470D Rust

📋 copy color: '#CA470D'

red 202 ◦ green 71 ◦ blue 13

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

Shades of Rust #CA470D

Tints of Rust #CA470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 70.63%
G = 24.83%
B = 4.55%

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

#CA470D (or 0xCA470D) is known color: Rust. HEX triplet: CA, 47 and 0D. RGB value is (202,71,13). Sum of RGB (Red+Green+Blue) = 202+71+13=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA470D is #35B8F2. Grayscale: #676767. Windows color (decimal): -3520755 or 870346. OLE color: 870346.

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

Color convert

RGB 202 71 13 -
CMYK 0 0.65 0.94 0.21
HSL 18.41º 0.88% 0.42% -
HSV(B) 18.41º 0.94% 0.79% -
XYZ 26.68 17.09 2.27 -
YUV 103.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 202 71 13 0 0.65 0.94 0.21 18.41 0.88 0.42
Hex CA 47 D 0 41 5E 15 12 58 2A
Octal 312 107 15 0 101 136 25 22 130 52
Binary 11001010 1000111 1101 0 1000001 1011110 10101 10010 1011000 101010

Color Harmonies of #CA470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA470D

Black with #CA470D

Text Example


Text Example

White with #CA470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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