Html Css Color HEX #A8083C Cardinal

📋 copy color: '#A8083C'

red 168 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #A8083C

Tints of Cardinal #A8083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 71.19%
G = 3.39%
B = 25.42%

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

#A8083C (or 0xA8083C) is known color: Cardinal. HEX triplet: A8, 08 and 3C. RGB value is (168,8,60). Sum of RGB (Red+Green+Blue) = 168+8+60=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8083C is #57F7C3. Grayscale: #3D3D3D. Windows color (decimal): -5765060 or 3934376. OLE color: 3934376.

HSL color Cylindrical-coordinate representation of color #A8083C: hue angle of 340.5º degrees, saturation: 0.91, 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 #A8083C is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 60 -
CMYK 0 0.95 0.64 0.34
HSL 340.5º 0.91% 0.35% -
HSV(B) 340.5º 0.95% 0.66% -
XYZ 17.05 8.82 5.08 -
YUV 61.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 168 8 60 0 0.95 0.64 0.34 340.5 0.91 0.35
Hex A8 8 3C 0 5F 40 22 154 5B 23
Octal 250 10 74 0 137 100 42 524 133 43
Binary 10101000 1000 111100 0 1011111 1000000 100010 101010100 1011011 100011

Color Harmonies of #A8083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8083C

Black with #A8083C

Text Example


Text Example

White with #A8083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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