Html Css Color HEX #CA4E18 Rust

📋 copy color: '#CA4E18'

red 202 ◦ green 78 ◦ blue 24

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

Shades of Rust #CA4E18

Tints of Rust #CA4E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 66.45%
G = 25.66%
B = 7.89%

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

#CA4E18 (or 0xCA4E18) is known color: Rust. HEX triplet: CA, 4E and 18. RGB value is (202,78,24). Sum of RGB (Red+Green+Blue) = 202+78+24=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E18 is #35B1E7. Grayscale: #6D6D6D. Windows color (decimal): -3518952 or 1593034. OLE color: 1593034.

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

Color convert

RGB 202 78 24 -
CMYK 0 0.61 0.88 0.21
HSL 18.2º 0.79% 0.44% -
HSV(B) 18.2º 0.88% 0.79% -
XYZ 27.25 18.07 2.92 -
YUV 108.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 202 78 24 0 0.61 0.88 0.21 18.2 0.79 0.44
Hex CA 4E 18 0 3D 58 15 12 4F 2C
Octal 312 116 30 0 75 130 25 22 117 54
Binary 11001010 1001110 11000 0 111101 1011000 10101 10010 1001111 101100

Color Harmonies of #CA4E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E18

Black with #CA4E18

Text Example


Text Example

White with #CA4E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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