Html Css Color HEX #CA4811 Rust

📋 copy color: '#CA4811'

red 202 ◦ green 72 ◦ blue 17

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

Shades of Rust #CA4811

Tints of Rust #CA4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 69.42%
G = 24.74%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4811 (or 0xCA4811) is known color: Rust. HEX triplet: CA, 48 and 11. RGB value is (202,72,17). Sum of RGB (Red+Green+Blue) = 202+72+17=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4811 is #35B7EE. Grayscale: #686868. Windows color (decimal): -3520495 or 1132746. OLE color: 1132746.

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

Color convert

RGB 202 72 17 -
CMYK 0 0.64 0.92 0.21
HSL 17.84º 0.84% 0.43% -
HSV(B) 17.84º 0.92% 0.79% -
XYZ 26.78 17.23 2.45 -
YUV 104.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 202 72 17 0 0.64 0.92 0.21 17.84 0.84 0.43
Hex CA 48 11 0 40 5C 15 12 54 2B
Octal 312 110 21 0 100 134 25 22 124 53
Binary 11001010 1001000 10001 0 1000000 1011100 10101 10010 1010100 101011

Color Harmonies of #CA4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4811

Black with #CA4811

Text Example


Text Example

White with #CA4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4811; }

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

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

background-color css

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

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

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

border-color css

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

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

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