Html Css Color HEX #A33801 Rust

📋 copy color: '#A33801'

red 163 ◦ green 56 ◦ blue 1

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

Shades of Rust #A33801

Tints of Rust #A33801

RGB

 RED value IS 163 (64.06% from 255) = 74.09%

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 74.09%
G = 25.45%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A33801 (or 0xA33801) is known color: Rust. HEX triplet: A3, 38 and 01. RGB value is (163,56,1). Sum of RGB (Red+Green+Blue) = 163+56+1=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A33801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33801 is #5CC7FE. Grayscale: #525252. Windows color (decimal): -6080511 or 80035. OLE color: 80035.

HSL color Cylindrical-coordinate representation of color #A33801: hue angle of 20.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A33801 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 56 1 -
CMYK 0 0.66 0.99 0.36
HSL 20.37º 0.99% 0.32% -
HSV(B) 20.37º 0.99% 0.64% -
XYZ 16.52 10.62 1.21 -
YUV 81.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 163 56 1 0 0.66 0.99 0.36 20.37 0.99 0.32
Hex A3 38 1 0 42 63 24 14 63 20
Octal 243 70 1 0 102 143 44 24 143 40
Binary 10100011 111000 1 0 1000010 1100011 100100 10100 1100011 100000

Color Harmonies of #A33801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33801

Black with #A33801

Text Example


Text Example

White with #A33801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33801; }

 p { color: rgb(163,56,1); }

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

background-color css

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

 a { background-color: rgb(163,56,1); }

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

border-color css

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

 span { border-color: rgb(163,56,1); }

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