Html Css Color HEX #A71B3F Cardinal

📋 copy color: '#A71B3F'

red 167 ◦ green 27 ◦ blue 63

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

Shades of Cardinal #A71B3F

Tints of Cardinal #A71B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 64.98%
G = 10.51%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A71B3F (or 0xA71B3F) is known color: Cardinal. HEX triplet: A7, 1B and 3F. RGB value is (167,27,63). Sum of RGB (Red+Green+Blue) = 167+27+63=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B3F is #58E4C0. Grayscale: #484848. Windows color (decimal): -5825729 or 4135847. OLE color: 4135847.

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

Color convert

RGB 167 27 63 -
CMYK 0 0.84 0.62 0.35
HSL 344.57º 0.72% 0.38% -
HSV(B) 344.57º 0.84% 0.65% -
XYZ 17.23 9.36 5.6 -
YUV 72.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 167 27 63 0 0.84 0.62 0.35 344.57 0.72 0.38
Hex A7 1B 3F 0 54 3E 23 159 48 26
Octal 247 33 77 0 124 76 43 531 110 46
Binary 10100111 11011 111111 0 1010100 111110 100011 101011001 1001000 100110

Color Harmonies of #A71B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B3F

Black with #A71B3F

Text Example


Text Example

White with #A71B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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