Html Css Color HEX #A42B02 Rust

📋 copy color: '#A42B02'

red 164 ◦ green 43 ◦ blue 2

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

Shades of Rust #A42B02

Tints of Rust #A42B02

RGB

 RED value IS 164 (64.45% from 255) = 78.47%

 GREEN value IS 43 (17.19% from 255) = 20.57%

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

R = 78.47%
G = 20.57%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42B02 (or 0xA42B02) is known color: Rust. HEX triplet: A4, 2B and 02. RGB value is (164,43,2). Sum of RGB (Red+Green+Blue) = 164+43+2=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B02 is #5BD4FD. Grayscale: #4A4A4A. Windows color (decimal): -6018302 or 142244. OLE color: 142244.

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

Color convert

RGB 164 43 2 -
CMYK 0 0.74 0.99 0.36
HSL 15.19º 0.98% 0.33% -
HSV(B) 15.19º 0.99% 0.64% -
XYZ 16.18 9.62 1.06 -
YUV 74.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 164 43 2 0 0.74 0.99 0.36 15.19 0.98 0.33
Hex A4 2B 2 0 4A 63 24 F 62 21
Octal 244 53 2 0 112 143 44 17 142 41
Binary 10100100 101011 10 0 1001010 1100011 100100 1111 1100010 100001

Color Harmonies of #A42B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B02

Black with #A42B02

Text Example


Text Example

White with #A42B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B02; }

 p { color: rgb(164,43,2); }

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

background-color css

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

 a { background-color: rgb(164,43,2); }

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

border-color css

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

 span { border-color: rgb(164,43,2); }

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