#BB0C4A

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

Shades of Cardinal #BB0C4A

Tints of Cardinal #BB0C4A

Color information

#BB0C4A (or 0xBB0C4A) is unknown color: approx Cardinal. HEX triplet: BB, 0C and 4A. RGB value is (187,12,74). Sum of RGB (Red+Green+Blue) = 187+12+74=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C4A is #44F3B5. Grayscale: #474747. Windows color (decimal): -4518838 or 4852923. OLE color: 4852923.

HSL color Cylindrical-coordinate representation of color #BB0C4A: hue angle of 338.74º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C4A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1871274-
CMYK00.940.600.27
HSL338.74º87.94%39.02%-
HSV(B)338.74º93.58%73.33%-
XYZ21.8611.327.51-
YUV71.39129.48210.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=68.50%
G=4.40%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187127400.940.600.27338.7487.9439.02
HexBBC4A05E3C1B1535827
Octal273141120136743352313047
Binary101110111100100101001011110111100110111010100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0C4A; }

 p { color: rgb(187,12,74); }

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

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

 a { background-color: rgb(187,12,74); }

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

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

 span { border-color: rgb(187,12,74); }

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