#BB0340

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

Shades of Cardinal #BB0340

Tints of Cardinal #BB0340

Color information

#BB0340 (or 0xBB0340) is unknown color: approx Cardinal. HEX triplet: BB, 03 and 40. RGB value is (187,3,64). Sum of RGB (Red+Green+Blue) = 187+3+64=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0340 is #44FCBF. Grayscale: #404040. Windows color (decimal): -4521152 or 4195259. OLE color: 4195259.

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

Color convert

RGB187364-
CMYK00.980.660.27
HSL340.11º96.84%37.25%-
HSV(B)340.11º98.4%73.33%-
XYZ21.45115.84-
YUV64.97127.46215.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=73.62%
G=1.18%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18736400.980.660.27340.1196.8437.25
HexBB340062421B1546125
Octal273310001421023352414145
Binary10111011111000000011000101000010110111010101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0340; }

 p { color: rgb(187,3,64); }

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

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

 a { background-color: rgb(187,3,64); }

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

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

 span { border-color: rgb(187,3,64); }

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