#BB2739

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

Shades of Cardinal #BB2739

Tints of Cardinal #BB2739

Color information

#BB2739 (or 0xBB2739) is unknown color: approx Cardinal. HEX triplet: BB, 27 and 39. RGB value is (187,39,57). Sum of RGB (Red+Green+Blue) = 187+39+57=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2739 is #44D8C6. Grayscale: #555555. Windows color (decimal): -4511943 or 3745723. OLE color: 3745723.

HSL color Cylindrical-coordinate representation of color #BB2739: hue angle of 352.7º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2739 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1873957-
CMYK00.790.700.27
HSL352.7º65.49%44.31%-
HSV(B)352.7º79.14%73.33%-
XYZ21.9612.315.09-
YUV85.3112.03200.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=66.08%
G=13.78%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187395700.790.700.27352.765.4944.31
HexBB273904F461B161412c
Octal273477101171063354110154
Binary10111011100111111001010011111000110110111011000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2739; }

 p { color: rgb(187,39,57); }

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

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

 a { background-color: rgb(187,39,57); }

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

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

 span { border-color: rgb(187,39,57); }

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