#BB0043

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

Shades of Cardinal #BB0043

Tints of Cardinal #BB0043

Color information

#BB0043 (or 0xBB0043) is unknown color: approx Cardinal. HEX triplet: BB, 00 and 43. RGB value is (187,0,67). Sum of RGB (Red+Green+Blue) = 187+0+67=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0043 is #44FFBC. Grayscale: #3F3F3F. Windows color (decimal): -4521917 or 4391099. OLE color: 4391099.

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

Color convert

RGB187067-
CMYK010.640.27
HSL338.5º100%36.67%-
HSV(B)338.5º100%73.33%-
XYZ21.5110.976.29-
YUV63.55129.95216.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=73.62%
G=0%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187067010.640.27338.510036.67
HexBB043064401B1536425
Octal273010301441003352314445
Binary1011101101000011011001001000000110111010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0043; }

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

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

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

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

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

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

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

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