Html Css Color HEX #CA4A19 Rust

📋 copy color: '#CA4A19'

red 202 ◦ green 74 ◦ blue 25

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

Shades of Rust #CA4A19

Tints of Rust #CA4A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 67.11%
G = 24.58%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4A19 (or 0xCA4A19) is known color: Rust. HEX triplet: CA, 4A and 19. RGB value is (202,74,25). Sum of RGB (Red+Green+Blue) = 202+74+25=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A19 is #35B5E6. Grayscale: #6B6B6B. Windows color (decimal): -3519975 or 1657546. OLE color: 1657546.

HSL color Cylindrical-coordinate representation of color #CA4A19: hue angle of 16.61º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA4A19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 74 25 -
CMYK 0 0.63 0.88 0.21
HSL 16.61º 0.78% 0.45% -
HSV(B) 16.61º 0.88% 0.79% -
XYZ 26.98 17.52 2.88 -
YUV 106.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 202 74 25 0 0.63 0.88 0.21 16.61 0.78 0.45
Hex CA 4A 19 0 3F 58 15 11 4E 2D
Octal 312 112 31 0 77 130 25 21 116 55
Binary 11001010 1001010 11001 0 111111 1011000 10101 10001 1001110 101101

Color Harmonies of #CA4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A19

Black with #CA4A19

Text Example


Text Example

White with #CA4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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