Html Css Color HEX #CA4914 Rust

📋 copy color: '#CA4914'

red 202 ◦ green 73 ◦ blue 20

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

Shades of Rust #CA4914

Tints of Rust #CA4914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 68.47%
G = 24.75%
B = 6.78%

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

#CA4914 (or 0xCA4914) is known color: Rust. HEX triplet: CA, 49 and 14. RGB value is (202,73,20). Sum of RGB (Red+Green+Blue) = 202+73+20=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4914 is #35B6EB. Grayscale: #696969. Windows color (decimal): -3520236 or 1329610. OLE color: 1329610.

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

Color convert

RGB 202 73 20 -
CMYK 0 0.64 0.90 0.21
HSL 17.47º 0.82% 0.44% -
HSV(B) 17.47º 0.9% 0.79% -
XYZ 26.87 17.37 2.6 -
YUV 105.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 202 73 20 0 0.64 0.90 0.21 17.47 0.82 0.44
Hex CA 49 14 0 40 5A 15 11 52 2C
Octal 312 111 24 0 100 132 25 21 122 54
Binary 11001010 1001001 10100 0 1000000 1011010 10101 10001 1010010 101100

Color Harmonies of #CA4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4914

Black with #CA4914

Text Example


Text Example

White with #CA4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4914; }

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

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

background-color css

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

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

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

border-color css

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

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

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