Html Css Color HEX #A7103F Cardinal

📋 copy color: '#A7103F'

red 167 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #A7103F

Tints of Cardinal #A7103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.61%

R = 67.89%
G = 6.5%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A7103F (or 0xA7103F) is known color: Cardinal. HEX triplet: A7, 10 and 3F. RGB value is (167,16,63). Sum of RGB (Red+Green+Blue) = 167+16+63=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7103F is #58EFC0. Grayscale: #424242. Windows color (decimal): -5828545 or 4133031. OLE color: 4133031.

HSL color Cylindrical-coordinate representation of color #A7103F: hue angle of 341.32º 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 #A7103F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 63 -
CMYK 0 0.90 0.62 0.35
HSL 341.32º 0.83% 0.36% -
HSV(B) 341.32º 0.9% 0.65% -
XYZ 17.02 8.94 5.53 -
YUV 66.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 167 16 63 0 0.90 0.62 0.35 341.32 0.83 0.36
Hex A7 10 3F 0 5A 3E 23 155 53 24
Octal 247 20 77 0 132 76 43 525 123 44
Binary 10100111 10000 111111 0 1011010 111110 100011 101010101 1010011 100100

Color Harmonies of #A7103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7103F

Black with #A7103F

Text Example


Text Example

White with #A7103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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