Html Css Color HEX #CA4F18 Rust

📋 copy color: '#CA4F18'

red 202 ◦ green 79 ◦ blue 24

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

Shades of Rust #CA4F18

Tints of Rust #CA4F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 66.23%
G = 25.9%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4F18 (or 0xCA4F18) is known color: Rust. HEX triplet: CA, 4F and 18. RGB value is (202,79,24). Sum of RGB (Red+Green+Blue) = 202+79+24=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F18 is #35B0E7. Grayscale: #6D6D6D. Windows color (decimal): -3518696 or 1593290. OLE color: 1593290.

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

Color convert

RGB 202 79 24 -
CMYK 0 0.61 0.88 0.21
HSL 18.54º 0.79% 0.44% -
HSV(B) 18.54º 0.88% 0.79% -
XYZ 27.32 18.21 2.94 -
YUV 109.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 202 79 24 0 0.61 0.88 0.21 18.54 0.79 0.44
Hex CA 4F 18 0 3D 58 15 13 4F 2C
Octal 312 117 30 0 75 130 25 23 117 54
Binary 11001010 1001111 11000 0 111101 1011000 10101 10011 1001111 101100

Color Harmonies of #CA4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F18

Black with #CA4F18

Text Example


Text Example

White with #CA4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F18; }

 p { color: rgb(202,79,24); }

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

background-color css

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

 a { background-color: rgb(202,79,24); }

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

border-color css

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

 span { border-color: rgb(202,79,24); }

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