Html Css Color HEX #A7103C Cardinal

📋 copy color: '#A7103C'

red 167 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #A7103C

Tints of Cardinal #A7103C

RGB

 RED value IS 167 (65.63% from 255) = 68.72%

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 68.72%
G = 6.58%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7103C (or 0xA7103C) is known color: Cardinal. HEX triplet: A7, 10 and 3C. RGB value is (167,16,60). Sum of RGB (Red+Green+Blue) = 167+16+60=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7103C is #58EFC3. Grayscale: #424242. Windows color (decimal): -5828548 or 3936423. OLE color: 3936423.

HSL color Cylindrical-coordinate representation of color #A7103C: hue angle of 342.52º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7103C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 60 -
CMYK 0 0.90 0.64 0.35
HSL 342.52º 0.83% 0.36% -
HSV(B) 342.52º 0.9% 0.65% -
XYZ 16.94 8.91 5.1 -
YUV 66.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 167 16 60 0 0.90 0.64 0.35 342.52 0.83 0.36
Hex A7 10 3C 0 5A 40 23 157 53 24
Octal 247 20 74 0 132 100 43 527 123 44
Binary 10100111 10000 111100 0 1011010 1000000 100011 101010111 1010011 100100

Color Harmonies of #A7103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7103C

Black with #A7103C

Text Example


Text Example

White with #A7103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7103C; }

 p { color: rgb(167,16,60); }

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

background-color css

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

 a { background-color: rgb(167,16,60); }

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

border-color css

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

 span { border-color: rgb(167,16,60); }

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