Html Css Color HEX #CA460F Rust

📋 copy color: '#CA460F'

red 202 ◦ green 70 ◦ blue 15

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

Shades of Rust #CA460F

Tints of Rust #CA460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 70.38%
G = 24.39%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA460F (or 0xCA460F) is known color: Rust. HEX triplet: CA, 46 and 0F. RGB value is (202,70,15). Sum of RGB (Red+Green+Blue) = 202+70+15=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460F is #35B9F0. Grayscale: #676767. Windows color (decimal): -3521009 or 1001162. OLE color: 1001162.

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

Color convert

RGB 202 70 15 -
CMYK 0 0.65 0.93 0.21
HSL 17.65º 0.86% 0.43% -
HSV(B) 17.65º 0.93% 0.79% -
XYZ 26.63 16.97 2.32 -
YUV 103.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 202 70 15 0 0.65 0.93 0.21 17.65 0.86 0.43
Hex CA 46 F 0 41 5D 15 12 56 2B
Octal 312 106 17 0 101 135 25 22 126 53
Binary 11001010 1000110 1111 0 1000001 1011101 10101 10010 1010110 101011

Color Harmonies of #CA460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA460F

Black with #CA460F

Text Example


Text Example

White with #CA460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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