Html Css Color HEX #A8123F Cardinal

📋 copy color: '#A8123F'

red 168 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #A8123F

Tints of Cardinal #A8123F

RGB

 RED value IS 168 (66.02% from 255) = 67.47%

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 63 (25% from 255) = 25.3%

R = 67.47%
G = 7.23%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8123F (or 0xA8123F) is known color: Cardinal. HEX triplet: A8, 12 and 3F. RGB value is (168,18,63). Sum of RGB (Red+Green+Blue) = 168+18+63=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8123F is #57EDC0. Grayscale: #434343. Windows color (decimal): -5762497 or 4133544. OLE color: 4133544.

HSL color Cylindrical-coordinate representation of color #A8123F: hue angle of 342º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8123F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 63 -
CMYK 0 0.89 0.63 0.34
HSL 342º 0.81% 0.36% -
HSV(B) 342º 0.89% 0.66% -
XYZ 17.26 9.12 5.55 -
YUV 67.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 168 18 63 0 0.89 0.63 0.34 342 0.81 0.36
Hex A8 12 3F 0 59 3F 22 156 51 24
Octal 250 22 77 0 131 77 42 526 121 44
Binary 10101000 10010 111111 0 1011001 111111 100010 101010110 1010001 100100

Color Harmonies of #A8123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8123F

Black with #A8123F

Text Example


Text Example

White with #A8123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8123F; }

 p { color: rgb(168,18,63); }

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

background-color css

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

 a { background-color: rgb(168,18,63); }

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

border-color css

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

 span { border-color: rgb(168,18,63); }

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