Html Css Color HEX #CA4507 Rust

📋 copy color: '#CA4507'

red 202 ◦ green 69 ◦ blue 7

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

Shades of Rust #CA4507

Tints of Rust #CA4507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 72.66%
G = 24.82%
B = 2.52%

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

#CA4507 (or 0xCA4507) is known color: Rust. HEX triplet: CA, 45 and 07. RGB value is (202,69,7). Sum of RGB (Red+Green+Blue) = 202+69+7=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4507 is #35BAF8. Grayscale: #666666. Windows color (decimal): -3521273 or 476618. OLE color: 476618.

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

Color convert

RGB 202 69 7 -
CMYK 0 0.66 0.97 0.21
HSL 19.08º 0.93% 0.41% -
HSV(B) 19.08º 0.97% 0.79% -
XYZ 26.52 16.83 2.05 -
YUV 101.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 202 69 7 0 0.66 0.97 0.21 19.08 0.93 0.41
Hex CA 45 7 0 42 61 15 13 5D 29
Octal 312 105 7 0 102 141 25 23 135 51
Binary 11001010 1000101 111 0 1000010 1100001 10101 10011 1011101 101001

Color Harmonies of #CA4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4507

Black with #CA4507

Text Example


Text Example

White with #CA4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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