#BB1534

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

Shades of Cardinal #BB1534

Tints of Cardinal #BB1534

Color information

#BB1534 (or 0xBB1534) is unknown color: approx Cardinal. HEX triplet: BB, 15 and 34. RGB value is (187,21,52). Sum of RGB (Red+Green+Blue) = 187+21+52=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1534 is #44EACB. Grayscale: #4A4A4A. Windows color (decimal): -4516556 or 3413435. OLE color: 3413435.

HSL color Cylindrical-coordinate representation of color #BB1534: hue angle of 348.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1534 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1872152-
CMYK00.890.720.27
HSL348.8º79.81%40.78%-
HSV(B)348.8º88.77%73.33%-
XYZ21.3811.354.31-
YUV74.17115.5208.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.92%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 52 (20.70% from 255) = 20%
R=71.92%
G=8.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187215200.890.720.27348.879.8140.78
HexBB1534059481B15d5029
Octal273256401311103353512051
Binary1011101110101110100010110011001000110111010111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1534; }

 p { color: rgb(187,21,52); }

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

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

 a { background-color: rgb(187,21,52); }

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

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

 span { border-color: rgb(187,21,52); }

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