Html Css Color HEX #CA4205 Rust

📋 copy color: '#CA4205'

red 202 ◦ green 66 ◦ blue 5

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

Shades of Rust #CA4205

Tints of Rust #CA4205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 73.99%
G = 24.18%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4205 (or 0xCA4205) is known color: Rust. HEX triplet: CA, 42 and 05. RGB value is (202,66,5). Sum of RGB (Red+Green+Blue) = 202+66+5=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4205 is #35BDFA. Grayscale: #646464. Windows color (decimal): -3522043 or 344778. OLE color: 344778.

HSL color Cylindrical-coordinate representation of color #CA4205: hue angle of 18.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA4205 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 5 -
CMYK 0 0.67 0.98 0.21
HSL 18.58º 0.95% 0.41% -
HSV(B) 18.58º 0.98% 0.79% -
XYZ 26.33 16.46 1.93 -
YUV 99.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 202 66 5 0 0.67 0.98 0.21 18.58 0.95 0.41
Hex CA 42 5 0 43 62 15 13 5F 29
Octal 312 102 5 0 103 142 25 23 137 51
Binary 11001010 1000010 101 0 1000011 1100010 10101 10011 1011111 101001

Color Harmonies of #CA4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4205

Black with #CA4205

Text Example


Text Example

White with #CA4205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4205; }

 p { color: rgb(202,66,5); }

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

background-color css

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

 a { background-color: rgb(202,66,5); }

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

border-color css

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

 span { border-color: rgb(202,66,5); }

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