Html Css Color HEX #CA4409 Rust

📋 copy color: '#CA4409'

red 202 ◦ green 68 ◦ blue 9

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

Shades of Rust #CA4409

Tints of Rust #CA4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 72.4%
G = 24.37%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4409 (or 0xCA4409) is known color: Rust. HEX triplet: CA, 44 and 09. RGB value is (202,68,9). Sum of RGB (Red+Green+Blue) = 202+68+9=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4409 is #35BBF6. Grayscale: #656565. Windows color (decimal): -3521527 or 607434. OLE color: 607434.

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

Color convert

RGB 202 68 9 -
CMYK 0 0.66 0.96 0.21
HSL 18.34º 0.91% 0.41% -
HSV(B) 18.34º 0.96% 0.79% -
XYZ 26.47 16.71 2.09 -
YUV 101.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 202 68 9 0 0.66 0.96 0.21 18.34 0.91 0.41
Hex CA 44 9 0 42 60 15 12 5B 29
Octal 312 104 11 0 102 140 25 22 133 51
Binary 11001010 1000100 1001 0 1000010 1100000 10101 10010 1011011 101001

Color Harmonies of #CA4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4409

Black with #CA4409

Text Example


Text Example

White with #CA4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4409; }

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

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

background-color css

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

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

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

border-color css

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

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

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