Html Css Color HEX #CA490E Rust

📋 copy color: '#CA490E'

red 202 ◦ green 73 ◦ blue 14

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

Shades of Rust #CA490E

Tints of Rust #CA490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 69.9%
G = 25.26%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA490E (or 0xCA490E) is known color: Rust. HEX triplet: CA, 49 and 0E. RGB value is (202,73,14). Sum of RGB (Red+Green+Blue) = 202+73+14=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA490E is #35B6F1. Grayscale: #696969. Windows color (decimal): -3520242 or 936394. OLE color: 936394.

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

Color convert

RGB 202 73 14 -
CMYK 0 0.64 0.93 0.21
HSL 18.83º 0.87% 0.42% -
HSV(B) 18.83º 0.93% 0.79% -
XYZ 26.82 17.35 2.35 -
YUV 104.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 202 73 14 0 0.64 0.93 0.21 18.83 0.87 0.42
Hex CA 49 E 0 40 5D 15 13 57 2A
Octal 312 111 16 0 100 135 25 23 127 52
Binary 11001010 1001001 1110 0 1000000 1011101 10101 10011 1010111 101010

Color Harmonies of #CA490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA490E

Black with #CA490E

Text Example


Text Example

White with #CA490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA490E; }

 p { color: rgb(202,73,14); }

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

background-color css

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

 a { background-color: rgb(202,73,14); }

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

border-color css

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

 span { border-color: rgb(202,73,14); }

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