Html Css Color HEX #A71538 Cardinal

📋 copy color: '#A71538'

red 167 ◦ green 21 ◦ blue 56

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

Shades of Cardinal #A71538

Tints of Cardinal #A71538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 68.44%
G = 8.61%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A71538 (or 0xA71538) is known color: Cardinal. HEX triplet: A7, 15 and 38. RGB value is (167,21,56). Sum of RGB (Red+Green+Blue) = 167+21+56=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A71538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71538 is #58EAC7. Grayscale: #444444. Windows color (decimal): -5827272 or 3675559. OLE color: 3675559.

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

Color convert

RGB 167 21 56 -
CMYK 0 0.87 0.66 0.35
HSL 345.62º 0.78% 0.37% -
HSV(B) 345.62º 0.87% 0.65% -
XYZ 16.92 9.04 4.59 -
YUV 68.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 167 21 56 0 0.87 0.66 0.35 345.62 0.78 0.37
Hex A7 15 38 0 57 42 23 15A 4E 25
Octal 247 25 70 0 127 102 43 532 116 45
Binary 10100111 10101 111000 0 1010111 1000010 100011 101011010 1001110 100101

Color Harmonies of #A71538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71538

Black with #A71538

Text Example


Text Example

White with #A71538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71538; }

 p { color: rgb(167,21,56); }

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

background-color css

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

 a { background-color: rgb(167,21,56); }

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

border-color css

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

 span { border-color: rgb(167,21,56); }

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