#BB0330

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

Shades of Cardinal #BB0330

Tints of Cardinal #BB0330

Color information

#BB0330 (or 0xBB0330) is unknown color: approx Cardinal. HEX triplet: BB, 03 and 30. RGB value is (187,3,48). Sum of RGB (Red+Green+Blue) = 187+3+48=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0330 is #44FCCF. Grayscale: #3F3F3F. Windows color (decimal): -4521168 or 3146683. OLE color: 3146683.

HSL color Cylindrical-coordinate representation of color #BB0330: hue angle of 345.33º 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 #BB0330 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB187348-
CMYK00.980.740.27
HSL345.33º96.84%37.25%-
HSV(B)345.33º98.4%73.33%-
XYZ21.0610.843.78-
YUV63.15119.46216.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.57%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=78.57%
G=1.26%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18734800.980.740.27345.3396.8437.25
HexBB3300624A1B1596125
Octal27336001421123353114145
Binary1011101111110000011000101001010110111010110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0330; }

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

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

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

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

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

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

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

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