Html Css Color HEX #CA4810 Rust

📋 copy color: '#CA4810'

red 202 ◦ green 72 ◦ blue 16

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

Shades of Rust #CA4810

Tints of Rust #CA4810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 69.66%
G = 24.83%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4810 (or 0xCA4810) is known color: Rust. HEX triplet: CA, 48 and 10. RGB value is (202,72,16). Sum of RGB (Red+Green+Blue) = 202+72+16=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4810 is #35B7EF. Grayscale: #686868. Windows color (decimal): -3520496 or 1067210. OLE color: 1067210.

HSL color Cylindrical-coordinate representation of color #CA4810: hue angle of 18.06º degrees, saturation: 0.85, 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 #CA4810 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 16 -
CMYK 0 0.64 0.92 0.21
HSL 18.06º 0.85% 0.43% -
HSV(B) 18.06º 0.92% 0.79% -
XYZ 26.77 17.23 2.4 -
YUV 104.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 202 72 16 0 0.64 0.92 0.21 18.06 0.85 0.43
Hex CA 48 10 0 40 5C 15 12 55 2B
Octal 312 110 20 0 100 134 25 22 125 53
Binary 11001010 1001000 10000 0 1000000 1011100 10101 10010 1010101 101011

Color Harmonies of #CA4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4810

Black with #CA4810

Text Example


Text Example

White with #CA4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4810; }

 p { color: rgb(202,72,16); }

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

background-color css

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

 a { background-color: rgb(202,72,16); }

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

border-color css

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

 span { border-color: rgb(202,72,16); }

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