#B7124A

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

Shades of Cardinal #B7124A

Tints of Cardinal #B7124A

Color information

#B7124A (or 0xB7124A) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 4A. RGB value is (183,18,74). Sum of RGB (Red+Green+Blue) = 183+18+74=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7124A is #48EDB5. Grayscale: #494949. Windows color (decimal): -4779446 or 4854455. OLE color: 4854455.

HSL color Cylindrical-coordinate representation of color #B7124A: hue angle of 339.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7124A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1831874-
CMYK00.900.600.28
HSL339.64º82.09%39.41%-
HSV(B)339.64º90.16%71.76%-
XYZ20.9810.997.49-
YUV73.72128.16205.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.55%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=66.55%
G=6.55%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183187400.900.600.28339.6482.0939.41
HexB7124A05A3C1C1545227
Octal267221120132743452412247
Binary1011011110010100101001011010111100111001010101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7124A; }

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

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

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

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

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

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

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

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