Html Css Color HEX #A71D3B Cardinal

📋 copy color: '#A71D3B'

red 167 ◦ green 29 ◦ blue 59

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

Shades of Cardinal #A71D3B

Tints of Cardinal #A71D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 65.49%
G = 11.37%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A71D3B (or 0xA71D3B) is known color: Cardinal. HEX triplet: A7, 1D and 3B. RGB value is (167,29,59). Sum of RGB (Red+Green+Blue) = 167+29+59=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D3B is #58E2C4. Grayscale: #494949. Windows color (decimal): -5825221 or 3874215. OLE color: 3874215.

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

Color convert

RGB 167 29 59 -
CMYK 0 0.83 0.65 0.35
HSL 346.96º 0.7% 0.38% -
HSV(B) 346.96º 0.83% 0.65% -
XYZ 17.17 9.41 5.05 -
YUV 73.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 167 29 59 0 0.83 0.65 0.35 346.96 0.7 0.38
Hex A7 1D 3B 0 53 41 23 15B 46 26
Octal 247 35 73 0 123 101 43 533 106 46
Binary 10100111 11101 111011 0 1010011 1000001 100011 101011011 1000110 100110

Color Harmonies of #A71D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D3B

Black with #A71D3B

Text Example


Text Example

White with #A71D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D3B; }

 p { color: rgb(167,29,59); }

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

background-color css

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

 a { background-color: rgb(167,29,59); }

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

border-color css

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

 span { border-color: rgb(167,29,59); }

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