Html Css Color HEX #A13302 Rust

📋 copy color: '#A13302'

red 161 ◦ green 51 ◦ blue 2

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

Shades of Rust #A13302

Tints of Rust #A13302

RGB

 RED value IS 161 (63.28% from 255) = 75.23%

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 75.23%
G = 23.83%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A13302 (or 0xA13302) is known color: Rust. HEX triplet: A1, 33 and 02. RGB value is (161,51,2). Sum of RGB (Red+Green+Blue) = 161+51+2=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A13302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13302 is #5ECCFD. Grayscale: #4E4E4E. Windows color (decimal): -6212862 or 144289. OLE color: 144289.

HSL color Cylindrical-coordinate representation of color #A13302: hue angle of 18.49º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A13302 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 51 2 -
CMYK 0 0.68 0.99 0.37
HSL 18.49º 0.98% 0.32% -
HSV(B) 18.49º 0.99% 0.63% -
XYZ 15.89 9.95 1.14 -
YUV 78.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 161 51 2 0 0.68 0.99 0.37 18.49 0.98 0.32
Hex A1 33 2 0 44 63 25 12 62 20
Octal 241 63 2 0 104 143 45 22 142 40
Binary 10100001 110011 10 0 1000100 1100011 100101 10010 1100010 100000

Color Harmonies of #A13302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13302

Black with #A13302

Text Example


Text Example

White with #A13302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13302; }

 p { color: rgb(161,51,2); }

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

background-color css

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

 a { background-color: rgb(161,51,2); }

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

border-color css

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

 span { border-color: rgb(161,51,2); }

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