Html Css Color HEX #A21B00 Dark Red

📋 copy color: '#A21B00'

red 162 ◦ green 27 ◦ blue 0

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

Shades of Dark Red #A21B00

Tints of Dark Red #A21B00

RGB

 RED value IS 162 (63.67% from 255) = 85.71%

 GREEN value IS 27 (10.94% from 255) = 14.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A21B00 (or 0xA21B00) is known color: Dark Red. HEX triplet: A2, 1B and 00. RGB value is (162,27,0). Sum of RGB (Red+Green+Blue) = 162+27+0=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B00 is #5DE4FF. Grayscale: #404040. Windows color (decimal): -6153472 or 7074. OLE color: 7074.

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

Color convert

RGB 162 27 0 -
CMYK 0 0.83 1 0.36
HSL 10º 1% 0.32% -
HSV(B) 10º 1% 0.64% -
XYZ 15.29 8.47 0.83 -
YUV 64.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 162 27 0 0 0.83 1 0.36 10 1 0.32
Hex A2 1B 0 0 53 64 24 A 64 20
Octal 242 33 0 0 123 144 44 12 144 40
Binary 10100010 11011 0 0 1010011 1100100 100100 1010 1100100 100000

Color Harmonies of #A21B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B00

Black with #A21B00

Text Example


Text Example

White with #A21B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B00; }

 p { color: rgb(162,27,0); }

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

background-color css

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

 a { background-color: rgb(162,27,0); }

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

border-color css

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

 span { border-color: rgb(162,27,0); }

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