Html Css Color HEX #A30235 Carmine

📋 copy color: '#A30235'

red 163 ◦ green 2 ◦ blue 53

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

Shades of Carmine #A30235

Tints of Carmine #A30235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 74.77%
G = 0.92%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A30235 (or 0xA30235) is known color: Carmine. HEX triplet: A3, 02 and 35. RGB value is (163,2,53). Sum of RGB (Red+Green+Blue) = 163+2+53=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A30235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30235 is #5CFDCA. Grayscale: #373737. Windows color (decimal): -6094283 or 3474083. OLE color: 3474083.

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

Color convert

RGB 163 2 53 -
CMYK 0 0.99 0.67 0.36
HSL 340.99º 0.98% 0.32% -
HSV(B) 340.99º 0.99% 0.64% -
XYZ 15.77 8.09 4.1 -
YUV 55.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 163 2 53 0 0.99 0.67 0.36 340.99 0.98 0.32
Hex A3 2 35 0 63 43 24 155 62 20
Octal 243 2 65 0 143 103 44 525 142 40
Binary 10100011 10 110101 0 1100011 1000011 100100 101010101 1100010 100000

Color Harmonies of #A30235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30235

Black with #A30235

Text Example


Text Example

White with #A30235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30235; }

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

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

background-color css

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

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

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

border-color css

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

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

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