Html Css Color HEX #A71B3A Cardinal

📋 copy color: '#A71B3A'

red 167 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #A71B3A

Tints of Cardinal #A71B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 66.27%
G = 10.71%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A71B3A (or 0xA71B3A) is known color: Cardinal. HEX triplet: A7, 1B and 3A. RGB value is (167,27,58). Sum of RGB (Red+Green+Blue) = 167+27+58=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B3A is #58E4C5. Grayscale: #484848. Windows color (decimal): -5825734 or 3808167. OLE color: 3808167.

HSL color Cylindrical-coordinate representation of color #A71B3A: hue angle of 346.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B3A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 27 58 -
CMYK 0 0.84 0.65 0.35
HSL 346.71º 0.72% 0.38% -
HSV(B) 346.71º 0.84% 0.65% -
XYZ 17.09 9.3 4.9 -
YUV 72.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 167 27 58 0 0.84 0.65 0.35 346.71 0.72 0.38
Hex A7 1B 3A 0 54 41 23 15B 48 26
Octal 247 33 72 0 124 101 43 533 110 46
Binary 10100111 11011 111010 0 1010100 1000001 100011 101011011 1001000 100110

Color Harmonies of #A71B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B3A

Black with #A71B3A

Text Example


Text Example

White with #A71B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B3A; }

 p { color: rgb(167,27,58); }

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

background-color css

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

 a { background-color: rgb(167,27,58); }

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

border-color css

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

 span { border-color: rgb(167,27,58); }

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