Html Css Color HEX #CA4F16 Rust

📋 copy color: '#CA4F16'

red 202 ◦ green 79 ◦ blue 22

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

Shades of Rust #CA4F16

Tints of Rust #CA4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 66.67%
G = 26.07%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA4F16 (or 0xCA4F16) is known color: Rust. HEX triplet: CA, 4F and 16. RGB value is (202,79,22). Sum of RGB (Red+Green+Blue) = 202+79+22=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F16 is #35B0E9. Grayscale: #6D6D6D. Windows color (decimal): -3518698 or 1462218. OLE color: 1462218.

HSL color Cylindrical-coordinate representation of color #CA4F16: hue angle of 19º 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 #CA4F16 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 79 22 -
CMYK 0 0.61 0.89 0.21
HSL 19º 0.8% 0.44% -
HSV(B) 19º 0.89% 0.79% -
XYZ 27.3 18.21 2.83 -
YUV 109.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 202 79 22 0 0.61 0.89 0.21 19 0.8 0.44
Hex CA 4F 16 0 3D 59 15 13 50 2C
Octal 312 117 26 0 75 131 25 23 120 54
Binary 11001010 1001111 10110 0 111101 1011001 10101 10011 1010000 101100

Color Harmonies of #CA4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F16

Black with #CA4F16

Text Example


Text Example

White with #CA4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F16; }

 p { color: rgb(202,79,22); }

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

background-color css

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

 a { background-color: rgb(202,79,22); }

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

border-color css

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

 span { border-color: rgb(202,79,22); }

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