Html Css Color HEX #A83302 Rust

📋 copy color: '#A83302'

red 168 ◦ green 51 ◦ blue 2

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

Shades of Rust #A83302

Tints of Rust #A83302

RGB

 RED value IS 168 (66.02% from 255) = 76.02%

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

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

R = 76.02%
G = 23.08%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A83302 (or 0xA83302) is known color: Rust. HEX triplet: A8, 33 and 02. RGB value is (168,51,2). Sum of RGB (Red+Green+Blue) = 168+51+2=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A83302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83302 is #57CCFD. Grayscale: #505050. Windows color (decimal): -5754110 or 144296. OLE color: 144296.

HSL color Cylindrical-coordinate representation of color #A83302: hue angle of 17.71º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A83302 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 2 -
CMYK 0 0.70 0.99 0.34
HSL 17.71º 0.98% 0.33% -
HSV(B) 17.71º 0.99% 0.66% -
XYZ 17.34 10.7 1.21 -
YUV 80.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 168 51 2 0 0.70 0.99 0.34 17.71 0.98 0.33
Hex A8 33 2 0 46 63 22 12 62 21
Octal 250 63 2 0 106 143 42 22 142 41
Binary 10101000 110011 10 0 1000110 1100011 100010 10010 1100010 100001

Color Harmonies of #A83302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83302

Black with #A83302

Text Example


Text Example

White with #A83302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83302; }

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

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

background-color css

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

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

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

border-color css

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

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

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