#B7164A

Color #B7164A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B7164A

Tints of Cardinal #B7164A

Color information

#B7164A (or 0xB7164A) is unknown color: approx Cardinal. HEX triplet: B7, 16 and 4A. RGB value is (183,22,74). Sum of RGB (Red+Green+Blue) = 183+22+74=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7164A is #48E9B5. Grayscale: #4C4C4C. Windows color (decimal): -4778422 or 4855479. OLE color: 4855479.

HSL color Cylindrical-coordinate representation of color #B7164A: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7164A is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1832274-
CMYK00.880.600.28
HSL340.62º78.54%40.2%-
HSV(B)340.62º87.98%71.76%-
XYZ21.0511.147.52-
YUV76.07126.84204.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=65.59%
G=7.89%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183227400.880.600.28340.6278.5440.2
HexB7164A0583C1C1554f28
Octal267261120130743452511750
Binary1011011110110100101001011000111100111001010101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7164A; }

 p { color: rgb(183,22,74); }

 H1.HeaderClassName
 {
   color: #B7164A;
 }
 .AnyTagClassName
 {
   color: #B7164A;
 }
</style>
background-color css

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

 a { background-color: rgb(183,22,74); }

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

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

 span { border-color: rgb(183,22,74); }

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