Html Css Color HEX #A7183D Cardinal

📋 copy color: '#A7183D'

red 167 ◦ green 24 ◦ blue 61

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

Shades of Cardinal #A7183D

Tints of Cardinal #A7183D

RGB

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

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

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

R = 66.27%
G = 9.52%
B = 24.21%

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

#A7183D (or 0xA7183D) is known color: Cardinal. HEX triplet: A7, 18 and 3D. RGB value is (167,24,61). Sum of RGB (Red+Green+Blue) = 167+24+61=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A7183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7183D is #58E7C2. Grayscale: #464646. Windows color (decimal): -5826499 or 4004007. OLE color: 4004007.

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

Color convert

RGB 167 24 61 -
CMYK 0 0.86 0.63 0.35
HSL 344.48º 0.75% 0.37% -
HSV(B) 344.48º 0.86% 0.65% -
XYZ 17.11 9.21 5.29 -
YUV 70.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 167 24 61 0 0.86 0.63 0.35 344.48 0.75 0.37
Hex A7 18 3D 0 56 3F 23 158 4B 25
Octal 247 30 75 0 126 77 43 530 113 45
Binary 10100111 11000 111101 0 1010110 111111 100011 101011000 1001011 100101

Color Harmonies of #A7183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7183D

Black with #A7183D

Text Example


Text Example

White with #A7183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7183D; }

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

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

background-color css

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

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

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

border-color css

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

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

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