Html Css Color HEX #A8082F Carmine

📋 copy color: '#A8082F'

red 168 ◦ green 8 ◦ blue 47

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

Shades of Carmine #A8082F

Tints of Carmine #A8082F

RGB

 RED value IS 168 (66.02% from 255) = 75.34%

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 75.34%
G = 3.59%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8082F (or 0xA8082F) is known color: Carmine. HEX triplet: A8, 08 and 2F. RGB value is (168,8,47). Sum of RGB (Red+Green+Blue) = 168+8+47=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A8082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8082F is #57F7D0. Grayscale: #3C3C3C. Windows color (decimal): -5765073 or 3082408. OLE color: 3082408.

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

Color convert

RGB 168 8 47 -
CMYK 0 0.95 0.72 0.34
HSL 345.38º 0.91% 0.35% -
HSV(B) 345.38º 0.95% 0.66% -
XYZ 16.75 8.7 3.49 -
YUV 60.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 168 8 47 0 0.95 0.72 0.34 345.38 0.91 0.35
Hex A8 8 2F 0 5F 48 22 159 5B 23
Octal 250 10 57 0 137 110 42 531 133 43
Binary 10101000 1000 101111 0 1011111 1001000 100010 101011001 1011011 100011

Color Harmonies of #A8082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8082F

Black with #A8082F

Text Example


Text Example

White with #A8082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8082F; }

 p { color: rgb(168,8,47); }

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

background-color css

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

 a { background-color: rgb(168,8,47); }

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

border-color css

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

 span { border-color: rgb(168,8,47); }

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