Html Css Color HEX #CA4A11 Rust

📋 copy color: '#CA4A11'

red 202 ◦ green 74 ◦ blue 17

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

Shades of Rust #CA4A11

Tints of Rust #CA4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.26%

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

R = 68.94%
G = 25.26%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4A11 (or 0xCA4A11) is known color: Rust. HEX triplet: CA, 4A and 11. RGB value is (202,74,17). Sum of RGB (Red+Green+Blue) = 202+74+17=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A11 is #35B5EE. Grayscale: #6A6A6A. Windows color (decimal): -3519983 or 1133258. OLE color: 1133258.

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

Color convert

RGB 202 74 17 -
CMYK 0 0.63 0.92 0.21
HSL 18.49º 0.84% 0.43% -
HSV(B) 18.49º 0.92% 0.79% -
XYZ 26.91 17.49 2.49 -
YUV 105.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 202 74 17 0 0.63 0.92 0.21 18.49 0.84 0.43
Hex CA 4A 11 0 3F 5C 15 12 54 2B
Octal 312 112 21 0 77 134 25 22 124 53
Binary 11001010 1001010 10001 0 111111 1011100 10101 10010 1010100 101011

Color Harmonies of #CA4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A11

Black with #CA4A11

Text Example


Text Example

White with #CA4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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