Html Css Color HEX #CA4609 Rust

📋 copy color: '#CA4609'

red 202 ◦ green 70 ◦ blue 9

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

Shades of Rust #CA4609

Tints of Rust #CA4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 71.89%
G = 24.91%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4609 (or 0xCA4609) is known color: Rust. HEX triplet: CA, 46 and 09. RGB value is (202,70,9). Sum of RGB (Red+Green+Blue) = 202+70+9=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4609 is #35B9F6. Grayscale: #666666. Windows color (decimal): -3521015 or 607946. OLE color: 607946.

HSL color Cylindrical-coordinate representation of color #CA4609: hue angle of 18.96º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA4609 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 9 -
CMYK 0 0.65 0.96 0.21
HSL 18.96º 0.91% 0.41% -
HSV(B) 18.96º 0.96% 0.79% -
XYZ 26.6 16.96 2.13 -
YUV 102.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 202 70 9 0 0.65 0.96 0.21 18.96 0.91 0.41
Hex CA 46 9 0 41 60 15 13 5B 29
Octal 312 106 11 0 101 140 25 23 133 51
Binary 11001010 1000110 1001 0 1000001 1100000 10101 10011 1011011 101001

Color Harmonies of #CA4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4609

Black with #CA4609

Text Example


Text Example

White with #CA4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4609; }

 p { color: rgb(202,70,9); }

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

background-color css

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

 a { background-color: rgb(202,70,9); }

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

border-color css

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

 span { border-color: rgb(202,70,9); }

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