Html Css Color HEX #A2081B Carmine

📋 copy color: '#A2081B'

red 162 ◦ green 8 ◦ blue 27

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

Shades of Carmine #A2081B

Tints of Carmine #A2081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 82.23%
G = 4.06%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2081B (or 0xA2081B) is known color: Carmine. HEX triplet: A2, 08 and 1B. RGB value is (162,8,27). Sum of RGB (Red+Green+Blue) = 162+8+27=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2081B is #5DF7E4. Grayscale: #383838. Windows color (decimal): -6158309 or 1771682. OLE color: 1771682.

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

Color convert

RGB 162 8 27 -
CMYK 0 0.95 0.83 0.36
HSL 352.6º 0.91% 0.33% -
HSV(B) 352.6º 0.95% 0.64% -
XYZ 15.18 7.93 1.77 -
YUV 56.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 162 8 27 0 0.95 0.83 0.36 352.6 0.91 0.33
Hex A2 8 1B 0 5F 53 24 161 5B 21
Octal 242 10 33 0 137 123 44 541 133 41
Binary 10100010 1000 11011 0 1011111 1010011 100100 101100001 1011011 100001

Color Harmonies of #A2081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2081B

Black with #A2081B

Text Example


Text Example

White with #A2081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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