Html Css Color HEX #A7183E Cardinal

📋 copy color: '#A7183E'

red 167 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #A7183E

Tints of Cardinal #A7183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 66.01%
G = 9.49%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7183E (or 0xA7183E) is known color: Cardinal. HEX triplet: A7, 18 and 3E. RGB value is (167,24,62). Sum of RGB (Red+Green+Blue) = 167+24+62=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A7183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7183E is #58E7C1. Grayscale: #474747. Windows color (decimal): -5826498 or 4069543. OLE color: 4069543.

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

Color convert

RGB 167 24 62 -
CMYK 0 0.86 0.63 0.35
HSL 344.06º 0.75% 0.37% -
HSV(B) 344.06º 0.86% 0.65% -
XYZ 17.13 9.22 5.43 -
YUV 71.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 167 24 62 0 0.86 0.63 0.35 344.06 0.75 0.37
Hex A7 18 3E 0 56 3F 23 158 4B 25
Octal 247 30 76 0 126 77 43 530 113 45
Binary 10100111 11000 111110 0 1010110 111111 100011 101011000 1001011 100101

Color Harmonies of #A7183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7183E

Black with #A7183E

Text Example


Text Example

White with #A7183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7183E; }

 p { color: rgb(167,24,62); }

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

background-color css

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

 a { background-color: rgb(167,24,62); }

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

border-color css

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

 span { border-color: rgb(167,24,62); }

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