#BB1343

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

Shades of Cardinal #BB1343

Tints of Cardinal #BB1343

Color information

#BB1343 (or 0xBB1343) is unknown color: approx Cardinal. HEX triplet: BB, 13 and 43. RGB value is (187,19,67). Sum of RGB (Red+Green+Blue) = 187+19+67=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1343 is #44ECBC. Grayscale: #4A4A4A. Windows color (decimal): -4517053 or 4395963. OLE color: 4395963.

HSL color Cylindrical-coordinate representation of color #BB1343: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1343 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1871967-
CMYK00.900.640.27
HSL342.86º81.55%40.39%-
HSV(B)342.86º89.84%73.33%-
XYZ21.7411.446.37-
YUV74.7123.66208.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=68.50%
G=6.96%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187196700.900.640.27342.8681.5540.39
HexBB134305A401B1575228
Octal2732310301321003352712250
Binary10111011100111000011010110101000000110111010101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1343; }

 p { color: rgb(187,19,67); }

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

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

 a { background-color: rgb(187,19,67); }

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

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

 span { border-color: rgb(187,19,67); }

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