Html Css Color HEX #CA4917 Rust

📋 copy color: '#CA4917'

red 202 ◦ green 73 ◦ blue 23

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

Shades of Rust #CA4917

Tints of Rust #CA4917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 67.79%
G = 24.5%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA4917 (or 0xCA4917) is known color: Rust. HEX triplet: CA, 49 and 17. RGB value is (202,73,23). Sum of RGB (Red+Green+Blue) = 202+73+23=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4917 is #35B6E8. Grayscale: #6A6A6A. Windows color (decimal): -3520233 or 1526218. OLE color: 1526218.

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

Color convert

RGB 202 73 23 -
CMYK 0 0.64 0.89 0.21
HSL 16.76º 0.8% 0.44% -
HSV(B) 16.76º 0.89% 0.79% -
XYZ 26.89 17.38 2.75 -
YUV 105.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 202 73 23 0 0.64 0.89 0.21 16.76 0.8 0.44
Hex CA 49 17 0 40 59 15 11 50 2C
Octal 312 111 27 0 100 131 25 21 120 54
Binary 11001010 1001001 10111 0 1000000 1011001 10101 10001 1010000 101100

Color Harmonies of #CA4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4917

Black with #CA4917

Text Example


Text Example

White with #CA4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4917; }

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

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

background-color css

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

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

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

border-color css

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

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

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