Html Css Color HEX #CA4915 Rust

📋 copy color: '#CA4915'

red 202 ◦ green 73 ◦ blue 21

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

Shades of Rust #CA4915

Tints of Rust #CA4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 68.24%
G = 24.66%
B = 7.09%

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

#CA4915 (or 0xCA4915) is known color: Rust. HEX triplet: CA, 49 and 15. RGB value is (202,73,21). Sum of RGB (Red+Green+Blue) = 202+73+21=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4915 is #35B6EA. Grayscale: #696969. Windows color (decimal): -3520235 or 1395146. OLE color: 1395146.

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

Color convert

RGB 202 73 21 -
CMYK 0 0.64 0.90 0.21
HSL 17.24º 0.81% 0.44% -
HSV(B) 17.24º 0.9% 0.79% -
XYZ 26.88 17.38 2.65 -
YUV 105.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 202 73 21 0 0.64 0.90 0.21 17.24 0.81 0.44
Hex CA 49 15 0 40 5A 15 11 51 2C
Octal 312 111 25 0 100 132 25 21 121 54
Binary 11001010 1001001 10101 0 1000000 1011010 10101 10001 1010001 101100

Color Harmonies of #CA4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4915

Black with #CA4915

Text Example


Text Example

White with #CA4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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