Html Css Color HEX #A8093C Cardinal

📋 copy color: '#A8093C'

red 168 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #A8093C

Tints of Cardinal #A8093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 70.89%
G = 3.8%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8093C (or 0xA8093C) is known color: Cardinal. HEX triplet: A8, 09 and 3C. RGB value is (168,9,60). Sum of RGB (Red+Green+Blue) = 168+9+60=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8093C is #57F6C3. Grayscale: #3E3E3E. Windows color (decimal): -5764804 or 3934632. OLE color: 3934632.

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

Color convert

RGB 168 9 60 -
CMYK 0 0.95 0.64 0.34
HSL 340.75º 0.9% 0.35% -
HSV(B) 340.75º 0.95% 0.66% -
XYZ 17.06 8.85 5.08 -
YUV 62.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 168 9 60 0 0.95 0.64 0.34 340.75 0.9 0.35
Hex A8 9 3C 0 5F 40 22 155 5A 23
Octal 250 11 74 0 137 100 42 525 132 43
Binary 10101000 1001 111100 0 1011111 1000000 100010 101010101 1011010 100011

Color Harmonies of #A8093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8093C

Black with #A8093C

Text Example


Text Example

White with #A8093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8093C; }

 p { color: rgb(168,9,60); }

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

background-color css

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

 a { background-color: rgb(168,9,60); }

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

border-color css

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

 span { border-color: rgb(168,9,60); }

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