Html Css Color HEX #A12602 Rust

📋 copy color: '#A12602'

red 161 ◦ green 38 ◦ blue 2

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

Shades of Rust #A12602

Tints of Rust #A12602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 80.1%
G = 18.91%
B = 1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A12602 (or 0xA12602) is known color: Rust. HEX triplet: A1, 26 and 02. RGB value is (161,38,2). Sum of RGB (Red+Green+Blue) = 161+38+2=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A12602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12602 is #5ED9FD. Grayscale: #464646. Windows color (decimal): -6216190 or 140961. OLE color: 140961.

HSL color Cylindrical-coordinate representation of color #A12602: hue angle of 13.58º 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 #A12602 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 2 -
CMYK 0 0.76 0.99 0.37
HSL 13.58º 0.98% 0.32% -
HSV(B) 13.58º 0.99% 0.63% -
XYZ 15.4 8.97 0.98 -
YUV 70.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 161 38 2 0 0.76 0.99 0.37 13.58 0.98 0.32
Hex A1 26 2 0 4C 63 25 E 62 20
Octal 241 46 2 0 114 143 45 16 142 40
Binary 10100001 100110 10 0 1001100 1100011 100101 1110 1100010 100000

Color Harmonies of #A12602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12602

Black with #A12602

Text Example


Text Example

White with #A12602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12602; }

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

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

background-color css

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

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

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

border-color css

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

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

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