Html Css Color HEX #CA4C11 Rust

📋 copy color: '#CA4C11'

red 202 ◦ green 76 ◦ blue 17

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

Shades of Rust #CA4C11

Tints of Rust #CA4C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

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

R = 68.47%
G = 25.76%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4C11 (or 0xCA4C11) is known color: Rust. HEX triplet: CA, 4C and 11. RGB value is (202,76,17). Sum of RGB (Red+Green+Blue) = 202+76+17=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C11 is #35B3EE. Grayscale: #6B6B6B. Windows color (decimal): -3519471 or 1133770. OLE color: 1133770.

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

Color convert

RGB 202 76 17 -
CMYK 0 0.62 0.92 0.21
HSL 19.14º 0.84% 0.43% -
HSV(B) 19.14º 0.92% 0.79% -
XYZ 27.04 17.77 2.53 -
YUV 106.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 202 76 17 0 0.62 0.92 0.21 19.14 0.84 0.43
Hex CA 4C 11 0 3E 5C 15 13 54 2B
Octal 312 114 21 0 76 134 25 23 124 53
Binary 11001010 1001100 10001 0 111110 1011100 10101 10011 1010100 101011

Color Harmonies of #CA4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C11

Black with #CA4C11

Text Example


Text Example

White with #CA4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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