Html Css Color HEX #CA4918 Rust

📋 copy color: '#CA4918'

red 202 ◦ green 73 ◦ blue 24

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

Shades of Rust #CA4918

Tints of Rust #CA4918

RGB

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

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

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

R = 67.56%
G = 24.41%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4918 (or 0xCA4918) is known color: Rust. HEX triplet: CA, 49 and 18. RGB value is (202,73,24). Sum of RGB (Red+Green+Blue) = 202+73+24=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4918 is #35B6E7. Grayscale: #6A6A6A. Windows color (decimal): -3520232 or 1591754. OLE color: 1591754.

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

Color convert

RGB 202 73 24 -
CMYK 0 0.64 0.88 0.21
HSL 16.52º 0.79% 0.44% -
HSV(B) 16.52º 0.88% 0.79% -
XYZ 26.9 17.39 2.8 -
YUV 105.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 202 73 24 0 0.64 0.88 0.21 16.52 0.79 0.44
Hex CA 49 18 0 40 58 15 11 4F 2C
Octal 312 111 30 0 100 130 25 21 117 54
Binary 11001010 1001001 11000 0 1000000 1011000 10101 10001 1001111 101100

Color Harmonies of #CA4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4918

Black with #CA4918

Text Example


Text Example

White with #CA4918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4918; }

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

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

background-color css

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

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

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

border-color css

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

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

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