Html Css Color HEX #A33D04 Rust

📋 copy color: '#A33D04'

red 163 ◦ green 61 ◦ blue 4

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

Shades of Rust #A33D04

Tints of Rust #A33D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 71.49%
G = 26.75%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A33D04 (or 0xA33D04) is known color: Rust. HEX triplet: A3, 3D and 04. RGB value is (163,61,4). Sum of RGB (Red+Green+Blue) = 163+61+4=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D04 is #5CC2FB. Grayscale: #555555. Windows color (decimal): -6079228 or 277923. OLE color: 277923.

HSL color Cylindrical-coordinate representation of color #A33D04: hue angle of 21.51º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A33D04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 61 4 -
CMYK 0 0.63 0.98 0.36
HSL 21.51º 0.95% 0.33% -
HSV(B) 21.51º 0.98% 0.64% -
XYZ 16.79 11.13 1.38 -
YUV 85 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 163 61 4 0 0.63 0.98 0.36 21.51 0.95 0.33
Hex A3 3D 4 0 3F 62 24 16 5F 21
Octal 243 75 4 0 77 142 44 26 137 41
Binary 10100011 111101 100 0 111111 1100010 100100 10110 1011111 100001

Color Harmonies of #A33D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D04

Black with #A33D04

Text Example


Text Example

White with #A33D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D04; }

 p { color: rgb(163,61,4); }

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

background-color css

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

 a { background-color: rgb(163,61,4); }

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

border-color css

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

 span { border-color: rgb(163,61,4); }

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