Html Css Color HEX #CA4711 Rust

📋 copy color: '#CA4711'

red 202 ◦ green 71 ◦ blue 17

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

Shades of Rust #CA4711

Tints of Rust #CA4711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 69.66%
G = 24.48%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4711 (or 0xCA4711) is known color: Rust. HEX triplet: CA, 47 and 11. RGB value is (202,71,17). Sum of RGB (Red+Green+Blue) = 202+71+17=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4711 is #35B8EE. Grayscale: #686868. Windows color (decimal): -3520751 or 1132490. OLE color: 1132490.

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

Color convert

RGB 202 71 17 -
CMYK 0 0.65 0.92 0.21
HSL 17.51º 0.84% 0.43% -
HSV(B) 17.51º 0.92% 0.79% -
XYZ 26.71 17.1 2.42 -
YUV 104.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 202 71 17 0 0.65 0.92 0.21 17.51 0.84 0.43
Hex CA 47 11 0 41 5C 15 12 54 2B
Octal 312 107 21 0 101 134 25 22 124 53
Binary 11001010 1000111 10001 0 1000001 1011100 10101 10010 1010100 101011

Color Harmonies of #CA4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4711

Black with #CA4711

Text Example


Text Example

White with #CA4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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