Html Css Color HEX #CA4407 Rust

📋 copy color: '#CA4407'

red 202 ◦ green 68 ◦ blue 7

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

Shades of Rust #CA4407

Tints of Rust #CA4407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 72.92%
G = 24.55%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4407 (or 0xCA4407) is known color: Rust. HEX triplet: CA, 44 and 07. RGB value is (202,68,7). Sum of RGB (Red+Green+Blue) = 202+68+7=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4407 is #35BBF8. Grayscale: #656565. Windows color (decimal): -3521529 or 476362. OLE color: 476362.

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

Color convert

RGB 202 68 7 -
CMYK 0 0.66 0.97 0.21
HSL 18.77º 0.93% 0.41% -
HSV(B) 18.77º 0.97% 0.79% -
XYZ 26.46 16.71 2.03 -
YUV 101.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 202 68 7 0 0.66 0.97 0.21 18.77 0.93 0.41
Hex CA 44 7 0 42 61 15 13 5D 29
Octal 312 104 7 0 102 141 25 23 135 51
Binary 11001010 1000100 111 0 1000010 1100001 10101 10011 1011101 101001

Color Harmonies of #CA4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4407

Black with #CA4407

Text Example


Text Example

White with #CA4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4407; }

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

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

background-color css

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

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

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

border-color css

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

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

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