Html Css Color HEX #A21B02 Dark Red

📋 copy color: '#A21B02'

red 162 ◦ green 27 ◦ blue 2

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

Shades of Dark Red #A21B02

Tints of Dark Red #A21B02

RGB

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

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

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

R = 84.82%
G = 14.14%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21B02 (or 0xA21B02) is known color: Dark Red. HEX triplet: A2, 1B and 02. RGB value is (162,27,2). Sum of RGB (Red+Green+Blue) = 162+27+2=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B02 is #5DE4FD. Grayscale: #404040. Windows color (decimal): -6153470 or 138146. OLE color: 138146.

HSL color Cylindrical-coordinate representation of color #A21B02: hue angle of 9.38º degrees, saturation: 0.98, 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 #A21B02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 27 2 -
CMYK 0 0.83 0.99 0.36
HSL 9.38º 0.98% 0.32% -
HSV(B) 9.38º 0.99% 0.64% -
XYZ 15.3 8.47 0.89 -
YUV 64.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 162 27 2 0 0.83 0.99 0.36 9.38 0.98 0.32
Hex A2 1B 2 0 53 63 24 9 62 20
Octal 242 33 2 0 123 143 44 11 142 40
Binary 10100010 11011 10 0 1010011 1100011 100100 1001 1100010 100000

Color Harmonies of #A21B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B02

Black with #A21B02

Text Example


Text Example

White with #A21B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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