Html Css Color HEX #A5081B Carmine

📋 copy color: '#A5081B'

red 165 ◦ green 8 ◦ blue 27

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

Shades of Carmine #A5081B

Tints of Carmine #A5081B

RGB

 RED value IS 165 (64.84% from 255) = 82.5%

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

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

R = 82.5%
G = 4%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5081B (or 0xA5081B) is known color: Carmine. HEX triplet: A5, 08 and 1B. RGB value is (165,8,27). Sum of RGB (Red+Green+Blue) = 165+8+27=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A5081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5081B is #5AF7E4. Grayscale: #393939. Windows color (decimal): -5961701 or 1771685. OLE color: 1771685.

HSL color Cylindrical-coordinate representation of color #A5081B: hue angle of 352.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5081B is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 8 27 -
CMYK 0 0.95 0.84 0.35
HSL 352.74º 0.91% 0.34% -
HSV(B) 352.74º 0.95% 0.65% -
XYZ 15.8 8.25 1.8 -
YUV 57.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 165 8 27 0 0.95 0.84 0.35 352.74 0.91 0.34
Hex A5 8 1B 0 5F 54 23 161 5B 22
Octal 245 10 33 0 137 124 43 541 133 42
Binary 10100101 1000 11011 0 1011111 1010100 100011 101100001 1011011 100010

Color Harmonies of #A5081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5081B

Black with #A5081B

Text Example


Text Example

White with #A5081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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