Html Css Color HEX #A30F2B Carmine

📋 copy color: '#A30F2B'

red 163 ◦ green 15 ◦ blue 43

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

Shades of Carmine #A30F2B

Tints of Carmine #A30F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 73.76%
G = 6.79%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A30F2B (or 0xA30F2B) is known color: Carmine. HEX triplet: A3, 0F and 2B. RGB value is (163,15,43). Sum of RGB (Red+Green+Blue) = 163+15+43=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F2B is #5CF0D4. Grayscale: #3E3E3E. Windows color (decimal): -6090965 or 2822051. OLE color: 2822051.

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

Color convert

RGB 163 15 43 -
CMYK 0 0.91 0.74 0.36
HSL 348.65º 0.83% 0.35% -
HSV(B) 348.65º 0.91% 0.64% -
XYZ 15.71 8.3 3.06 -
YUV 62.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 163 15 43 0 0.91 0.74 0.36 348.65 0.83 0.35
Hex A3 F 2B 0 5B 4A 24 15D 53 23
Octal 243 17 53 0 133 112 44 535 123 43
Binary 10100011 1111 101011 0 1011011 1001010 100100 101011101 1010011 100011

Color Harmonies of #A30F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F2B

Black with #A30F2B

Text Example


Text Example

White with #A30F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F2B; }

 p { color: rgb(163,15,43); }

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

background-color css

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

 a { background-color: rgb(163,15,43); }

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

border-color css

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

 span { border-color: rgb(163,15,43); }

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