Html Css Color HEX #CA4815 Rust

📋 copy color: '#CA4815'

red 202 ◦ green 72 ◦ blue 21

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

Shades of Rust #CA4815

Tints of Rust #CA4815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 68.47%
G = 24.41%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4815 (or 0xCA4815) is known color: Rust. HEX triplet: CA, 48 and 15. RGB value is (202,72,21). Sum of RGB (Red+Green+Blue) = 202+72+21=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4815 is #35B7EA. Grayscale: #696969. Windows color (decimal): -3520491 or 1394890. OLE color: 1394890.

HSL color Cylindrical-coordinate representation of color #CA4815: hue angle of 16.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4815 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 21 -
CMYK 0 0.64 0.90 0.21
HSL 16.91º 0.81% 0.44% -
HSV(B) 16.91º 0.9% 0.79% -
XYZ 26.81 17.25 2.63 -
YUV 105.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 202 72 21 0 0.64 0.90 0.21 16.91 0.81 0.44
Hex CA 48 15 0 40 5A 15 11 51 2C
Octal 312 110 25 0 100 132 25 21 121 54
Binary 11001010 1001000 10101 0 1000000 1011010 10101 10001 1010001 101100

Color Harmonies of #CA4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4815

Black with #CA4815

Text Example


Text Example

White with #CA4815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4815; }

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

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

background-color css

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

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

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

border-color css

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

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

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