Html Css Color HEX #A30023 Carmine

📋 copy color: '#A30023'

red 163 ◦ green 0 ◦ blue 35

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

Shades of Carmine #A30023

Tints of Carmine #A30023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 82.32%
G = 0%
B = 17.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A30023 (or 0xA30023) is known color: Carmine. HEX triplet: A3, 00 and 23. RGB value is (163,0,35). Sum of RGB (Red+Green+Blue) = 163+0+35=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A30023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30023 is #5CFFDC. Grayscale: #343434. Windows color (decimal): -6094813 or 2293923. OLE color: 2293923.

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

Color convert

RGB 163 0 35 -
CMYK 0 1 0.79 0.36
HSL 347.12º 1% 0.32% -
HSV(B) 347.12º 1% 0.64% -
XYZ 15.41 7.91 2.3 -
YUV 52.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 163 0 35 0 1 0.79 0.36 347.12 1 0.32
Hex A3 0 23 0 64 4F 24 15B 64 20
Octal 243 0 43 0 144 117 44 533 144 40
Binary 10100011 0 100011 0 1100100 1001111 100100 101011011 1100100 100000

Color Harmonies of #A30023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30023

Black with #A30023

Text Example


Text Example

White with #A30023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30023; }

 p { color: rgb(163,0,35); }

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

background-color css

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

 a { background-color: rgb(163,0,35); }

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

border-color css

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

 span { border-color: rgb(163,0,35); }

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