Html Css Color HEX #A8043A Cardinal

📋 copy color: '#A8043A'

red 168 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #A8043A

Tints of Cardinal #A8043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 73.04%
G = 1.74%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8043A (or 0xA8043A) is known color: Cardinal. HEX triplet: A8, 04 and 3A. RGB value is (168,4,58). Sum of RGB (Red+Green+Blue) = 168+4+58=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8043A is #57FBC5. Grayscale: #3B3B3B. Windows color (decimal): -5766086 or 3802280. OLE color: 3802280.

HSL color Cylindrical-coordinate representation of color #A8043A: hue angle of 340.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8043A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 58 -
CMYK 0 0.98 0.65 0.34
HSL 340.24º 0.95% 0.34% -
HSV(B) 340.24º 0.98% 0.66% -
XYZ 16.96 8.72 4.79 -
YUV 59.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 168 4 58 0 0.98 0.65 0.34 340.24 0.95 0.34
Hex A8 4 3A 0 62 41 22 154 5F 22
Octal 250 4 72 0 142 101 42 524 137 42
Binary 10101000 100 111010 0 1100010 1000001 100010 101010100 1011111 100010

Color Harmonies of #A8043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8043A

Black with #A8043A

Text Example


Text Example

White with #A8043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8043A; }

 p { color: rgb(168,4,58); }

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

background-color css

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

 a { background-color: rgb(168,4,58); }

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

border-color css

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

 span { border-color: rgb(168,4,58); }

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