Html Css Color HEX #A3071A Carmine

📋 copy color: '#A3071A'

red 163 ◦ green 7 ◦ blue 26

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

Shades of Carmine #A3071A

Tints of Carmine #A3071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.27%

R = 83.16%
G = 3.57%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3071A (or 0xA3071A) is known color: Carmine. HEX triplet: A3, 07 and 1A. RGB value is (163,7,26). Sum of RGB (Red+Green+Blue) = 163+7+26=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071A is #5CF8E5. Grayscale: #373737. Windows color (decimal): -6093030 or 1705891. OLE color: 1705891.

HSL color Cylindrical-coordinate representation of color #A3071A: hue angle of 352.69º 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 #A3071A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 26 -
CMYK 0 0.96 0.84 0.36
HSL 352.69º 0.92% 0.33% -
HSV(B) 352.69º 0.96% 0.64% -
XYZ 15.37 8.01 1.71 -
YUV 55.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 163 7 26 0 0.96 0.84 0.36 352.69 0.92 0.33
Hex A3 7 1A 0 60 54 24 161 5C 21
Octal 243 7 32 0 140 124 44 541 134 41
Binary 10100011 111 11010 0 1100000 1010100 100100 101100001 1011100 100001

Color Harmonies of #A3071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3071A

Black with #A3071A

Text Example


Text Example

White with #A3071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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