#B7104B

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

Shades of Cardinal #B7104B

Tints of Cardinal #B7104B

Color information

#B7104B (or 0xB7104B) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 4B. RGB value is (183,16,75). Sum of RGB (Red+Green+Blue) = 183+16+75=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7104B is #48EFB4. Grayscale: #484848. Windows color (decimal): -4779957 or 4919479. OLE color: 4919479.

HSL color Cylindrical-coordinate representation of color #B7104B: hue angle of 338.8º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7104B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1831675-
CMYK00.910.590.28
HSL338.8º83.92%39.02%-
HSV(B)338.8º91.26%71.76%-
XYZ20.9810.957.66-
YUV72.66129.33206.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.79%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=66.79%
G=5.84%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183167500.910.590.28338.883.9239.02
HexB7104B05B3B1C1535427
Octal267201130133733452312447
Binary1011011110000100101101011011111011111001010100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7104B; }

 p { color: rgb(183,16,75); }

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

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

 a { background-color: rgb(183,16,75); }

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

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

 span { border-color: rgb(183,16,75); }

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