Html Css Color HEX #A30F34 Carmine

📋 copy color: '#A30F34'

red 163 ◦ green 15 ◦ blue 52

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

Shades of Carmine #A30F34

Tints of Carmine #A30F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 70.87%
G = 6.52%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A30F34 (or 0xA30F34) is known color: Carmine. HEX triplet: A3, 0F and 34. RGB value is (163,15,52). Sum of RGB (Red+Green+Blue) = 163+15+52=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F34 is #5CF0CB. Grayscale: #3F3F3F. Windows color (decimal): -6090956 or 3411875. OLE color: 3411875.

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

Color convert

RGB 163 15 52 -
CMYK 0 0.91 0.68 0.36
HSL 345º 0.83% 0.35% -
HSV(B) 345º 0.91% 0.64% -
XYZ 15.89 8.38 4.03 -
YUV 63.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 163 15 52 0 0.91 0.68 0.36 345 0.83 0.35
Hex A3 F 34 0 5B 44 24 159 53 23
Octal 243 17 64 0 133 104 44 531 123 43
Binary 10100011 1111 110100 0 1011011 1000100 100100 101011001 1010011 100011

Color Harmonies of #A30F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F34

Black with #A30F34

Text Example


Text Example

White with #A30F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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