Html Css Color HEX #A7123D Cardinal

📋 copy color: '#A7123D'

red 167 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #A7123D

Tints of Cardinal #A7123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 67.89%
G = 7.32%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7123D (or 0xA7123D) is known color: Cardinal. HEX triplet: A7, 12 and 3D. RGB value is (167,18,61). Sum of RGB (Red+Green+Blue) = 167+18+61=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7123D is #58EDC2. Grayscale: #434343. Windows color (decimal): -5828035 or 4002471. OLE color: 4002471.

HSL color Cylindrical-coordinate representation of color #A7123D: hue angle of 342.68º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7123D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 61 -
CMYK 0 0.89 0.63 0.35
HSL 342.68º 0.81% 0.36% -
HSV(B) 342.68º 0.89% 0.65% -
XYZ 16.99 8.99 5.25 -
YUV 67.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 167 18 61 0 0.89 0.63 0.35 342.68 0.81 0.36
Hex A7 12 3D 0 59 3F 23 157 51 24
Octal 247 22 75 0 131 77 43 527 121 44
Binary 10100111 10010 111101 0 1011001 111111 100011 101010111 1010001 100100

Color Harmonies of #A7123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7123D

Black with #A7123D

Text Example


Text Example

White with #A7123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7123D; }

 p { color: rgb(167,18,61); }

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

background-color css

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

 a { background-color: rgb(167,18,61); }

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

border-color css

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

 span { border-color: rgb(167,18,61); }

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