Html Css Color HEX #A30233 Carmine

📋 copy color: '#A30233'

red 163 ◦ green 2 ◦ blue 51

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

Shades of Carmine #A30233

Tints of Carmine #A30233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 75.46%
G = 0.93%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30233 (or 0xA30233) is known color: Carmine. HEX triplet: A3, 02 and 33. RGB value is (163,2,51). Sum of RGB (Red+Green+Blue) = 163+2+51=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A30233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30233 is #5CFDCC. Grayscale: #373737. Windows color (decimal): -6094285 or 3343011. OLE color: 3343011.

HSL color Cylindrical-coordinate representation of color #A30233: hue angle of 341.74º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30233 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 51 -
CMYK 0 0.99 0.69 0.36
HSL 341.74º 0.98% 0.32% -
HSV(B) 341.74º 0.99% 0.64% -
XYZ 15.72 8.07 3.86 -
YUV 55.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 163 2 51 0 0.99 0.69 0.36 341.74 0.98 0.32
Hex A3 2 33 0 63 45 24 156 62 20
Octal 243 2 63 0 143 105 44 526 142 40
Binary 10100011 10 110011 0 1100011 1000101 100100 101010110 1100010 100000

Color Harmonies of #A30233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30233

Black with #A30233

Text Example


Text Example

White with #A30233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30233; }

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

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

background-color css

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

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

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

border-color css

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

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

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