Html Css Color HEX #CA501A Rust

📋 copy color: '#CA501A'

red 202 ◦ green 80 ◦ blue 26

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

Shades of Rust #CA501A

Tints of Rust #CA501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 65.58%
G = 25.97%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA501A (or 0xCA501A) is known color: Rust. HEX triplet: CA, 50 and 1A. RGB value is (202,80,26). Sum of RGB (Red+Green+Blue) = 202+80+26=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA501A is #35AFE5. Grayscale: #6E6E6E. Windows color (decimal): -3518438 or 1724618. OLE color: 1724618.

HSL color Cylindrical-coordinate representation of color #CA501A: hue angle of 18.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA501A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 26 -
CMYK 0 0.60 0.87 0.21
HSL 18.41º 0.77% 0.45% -
HSV(B) 18.41º 0.87% 0.79% -
XYZ 27.41 18.37 3.08 -
YUV 110.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 202 80 26 0 0.60 0.87 0.21 18.41 0.77 0.45
Hex CA 50 1A 0 3C 57 15 12 4D 2D
Octal 312 120 32 0 74 127 25 22 115 55
Binary 11001010 1010000 11010 0 111100 1010111 10101 10010 1001101 101101

Color Harmonies of #CA501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA501A

Black with #CA501A

Text Example


Text Example

White with #CA501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA501A; }

 p { color: rgb(202,80,26); }

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

background-color css

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

 a { background-color: rgb(202,80,26); }

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

border-color css

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

 span { border-color: rgb(202,80,26); }

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