Html Css Color HEX #A8083B Cardinal

📋 copy color: '#A8083B'

red 168 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #A8083B

Tints of Cardinal #A8083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 71.49%
G = 3.4%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8083B (or 0xA8083B) is known color: Cardinal. HEX triplet: A8, 08 and 3B. RGB value is (168,8,59). Sum of RGB (Red+Green+Blue) = 168+8+59=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8083B is #57F7C4. Grayscale: #3D3D3D. Windows color (decimal): -5765061 or 3868840. OLE color: 3868840.

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

Color convert

RGB 168 8 59 -
CMYK 0 0.95 0.65 0.34
HSL 340.88º 0.91% 0.35% -
HSV(B) 340.88º 0.95% 0.66% -
XYZ 17.02 8.81 4.94 -
YUV 61.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 168 8 59 0 0.95 0.65 0.34 340.88 0.91 0.35
Hex A8 8 3B 0 5F 41 22 155 5B 23
Octal 250 10 73 0 137 101 42 525 133 43
Binary 10101000 1000 111011 0 1011111 1000001 100010 101010101 1011011 100011

Color Harmonies of #A8083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8083B

Black with #A8083B

Text Example


Text Example

White with #A8083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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