Html Css Color HEX #CA4A15 Rust

📋 copy color: '#CA4A15'

red 202 ◦ green 74 ◦ blue 21

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

Shades of Rust #CA4A15

Tints of Rust #CA4A15

RGB

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

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

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

R = 68.01%
G = 24.92%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4A15 (or 0xCA4A15) is known color: Rust. HEX triplet: CA, 4A and 15. RGB value is (202,74,21). Sum of RGB (Red+Green+Blue) = 202+74+21=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A15 is #35B5EA. Grayscale: #6A6A6A. Windows color (decimal): -3519979 or 1395402. OLE color: 1395402.

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

Color convert

RGB 202 74 21 -
CMYK 0 0.63 0.90 0.21
HSL 17.57º 0.81% 0.44% -
HSV(B) 17.57º 0.9% 0.79% -
XYZ 26.94 17.51 2.67 -
YUV 106.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 202 74 21 0 0.63 0.90 0.21 17.57 0.81 0.44
Hex CA 4A 15 0 3F 5A 15 12 51 2C
Octal 312 112 25 0 77 132 25 22 121 54
Binary 11001010 1001010 10101 0 111111 1011010 10101 10010 1010001 101100

Color Harmonies of #CA4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A15

Black with #CA4A15

Text Example


Text Example

White with #CA4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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