Html Css Color HEX #CA4207 Rust

📋 copy color: '#CA4207'

red 202 ◦ green 66 ◦ blue 7

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

Shades of Rust #CA4207

Tints of Rust #CA4207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 73.45%
G = 24%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4207 (or 0xCA4207) is known color: Rust. HEX triplet: CA, 42 and 07. RGB value is (202,66,7). Sum of RGB (Red+Green+Blue) = 202+66+7=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4207 is #35BDF8. Grayscale: #646464. Windows color (decimal): -3522041 or 475850. OLE color: 475850.

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

Color convert

RGB 202 66 7 -
CMYK 0 0.67 0.97 0.21
HSL 18.15º 0.93% 0.41% -
HSV(B) 18.15º 0.97% 0.79% -
XYZ 26.34 16.47 1.99 -
YUV 99.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 202 66 7 0 0.67 0.97 0.21 18.15 0.93 0.41
Hex CA 42 7 0 43 61 15 12 5D 29
Octal 312 102 7 0 103 141 25 22 135 51
Binary 11001010 1000010 111 0 1000011 1100001 10101 10010 1011101 101001

Color Harmonies of #CA4207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4207

Black with #CA4207

Text Example


Text Example

White with #CA4207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4207; }

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

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

background-color css

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

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

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

border-color css

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

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

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