#BB0034

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

Shades of Cardinal #BB0034

Tints of Cardinal #BB0034

Color information

#BB0034 (or 0xBB0034) is unknown color: approx Cardinal. HEX triplet: BB, 00 and 34. RGB value is (187,0,52). Sum of RGB (Red+Green+Blue) = 187+0+52=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0034 is #44FFCB. Grayscale: #3D3D3D. Windows color (decimal): -4521932 or 3408059. OLE color: 3408059.

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

Color convert

RGB187052-
CMYK010.720.27
HSL343.32º100%36.67%-
HSV(B)343.32º100%73.33%-
XYZ21.1110.814.22-
YUV61.84122.45217.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=78.24%
G=0%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187052010.720.27343.3210036.67
HexBB034064481B1576425
Octal27306401441103352714445
Binary101110110110100011001001001000110111010101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0034; }

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

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

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

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

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

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

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

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