Html Css Color HEX #A30F33 Carmine

📋 copy color: '#A30F33'

red 163 ◦ green 15 ◦ blue 51

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

Shades of Carmine #A30F33

Tints of Carmine #A30F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 71.18%
G = 6.55%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30F33 (or 0xA30F33) is known color: Carmine. HEX triplet: A3, 0F and 33. RGB value is (163,15,51). Sum of RGB (Red+Green+Blue) = 163+15+51=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F33 is #5CF0CC. Grayscale: #3F3F3F. Windows color (decimal): -6090957 or 3346339. OLE color: 3346339.

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

Color convert

RGB 163 15 51 -
CMYK 0 0.91 0.69 0.36
HSL 345.41º 0.83% 0.35% -
HSV(B) 345.41º 0.91% 0.64% -
XYZ 15.87 8.37 3.91 -
YUV 63.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 163 15 51 0 0.91 0.69 0.36 345.41 0.83 0.35
Hex A3 F 33 0 5B 45 24 159 53 23
Octal 243 17 63 0 133 105 44 531 123 43
Binary 10100011 1111 110011 0 1011011 1000101 100100 101011001 1010011 100011

Color Harmonies of #A30F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F33

Black with #A30F33

Text Example


Text Example

White with #A30F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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