Html Css Color HEX #A30B16 Carmine

📋 copy color: '#A30B16'

red 163 ◦ green 11 ◦ blue 22

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

Shades of Carmine #A30B16

Tints of Carmine #A30B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.61%

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 83.16%
G = 5.61%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A30B16 (or 0xA30B16) is known color: Carmine. HEX triplet: A3, 0B and 16. RGB value is (163,11,22). Sum of RGB (Red+Green+Blue) = 163+11+22=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30B16 is #5CF4E9. Grayscale: #393939. Windows color (decimal): -6092010 or 1444771. OLE color: 1444771.

HSL color Cylindrical-coordinate representation of color #A30B16: hue angle of 355.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30B16 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 11 22 -
CMYK 0 0.93 0.87 0.36
HSL 355.66º 0.87% 0.34% -
HSV(B) 355.66º 0.93% 0.64% -
XYZ 15.37 8.08 1.51 -
YUV 57.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 163 11 22 0 0.93 0.87 0.36 355.66 0.87 0.34
Hex A3 B 16 0 5D 57 24 164 57 22
Octal 243 13 26 0 135 127 44 544 127 42
Binary 10100011 1011 10110 0 1011101 1010111 100100 101100100 1010111 100010

Color Harmonies of #A30B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30B16

Black with #A30B16

Text Example


Text Example

White with #A30B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30B16; }

 p { color: rgb(163,11,22); }

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

background-color css

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

 a { background-color: rgb(163,11,22); }

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

border-color css

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

 span { border-color: rgb(163,11,22); }

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