Html Css Color HEX #A3071B Carmine

📋 copy color: '#A3071B'

red 163 ◦ green 7 ◦ blue 27

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

Shades of Carmine #A3071B

Tints of Carmine #A3071B

RGB

 RED value IS 163 (64.06% from 255) = 82.74%

 GREEN value IS 7 (3.13% from 255) = 3.55%

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

R = 82.74%
G = 3.55%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3071B (or 0xA3071B) is known color: Carmine. HEX triplet: A3, 07 and 1B. RGB value is (163,7,27). Sum of RGB (Red+Green+Blue) = 163+7+27=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071B is #5CF8E4. Grayscale: #383838. Windows color (decimal): -6093029 or 1771427. OLE color: 1771427.

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

Color convert

RGB 163 7 27 -
CMYK 0 0.96 0.83 0.36
HSL 352.31º 0.92% 0.33% -
HSV(B) 352.31º 0.96% 0.64% -
XYZ 15.38 8.02 1.77 -
YUV 55.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 163 7 27 0 0.96 0.83 0.36 352.31 0.92 0.33
Hex A3 7 1B 0 60 53 24 160 5C 21
Octal 243 7 33 0 140 123 44 540 134 41
Binary 10100011 111 11011 0 1100000 1010011 100100 101100000 1011100 100001

Color Harmonies of #A3071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3071B

Black with #A3071B

Text Example


Text Example

White with #A3071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3071B; }

 p { color: rgb(163,7,27); }

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

background-color css

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

 a { background-color: rgb(163,7,27); }

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

border-color css

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

 span { border-color: rgb(163,7,27); }

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