#BB2738

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

Shades of Cardinal #BB2738

Tints of Cardinal #BB2738

Color information

#BB2738 (or 0xBB2738) is unknown color: approx Cardinal. HEX triplet: BB, 27 and 38. RGB value is (187,39,56). Sum of RGB (Red+Green+Blue) = 187+39+56=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2738 is #44D8C7. Grayscale: #555555. Windows color (decimal): -4511944 or 3680187. OLE color: 3680187.

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

Color convert

RGB1873956-
CMYK00.790.700.27
HSL353.11º65.49%44.31%-
HSV(B)353.11º79.14%73.33%-
XYZ21.9312.34.96-
YUV85.19111.53200.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.31%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=66.31%
G=13.83%
B=19.86%

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
Decimal187395600.790.700.27353.1165.4944.31
HexBB273804F461B161412c
Octal273477001171063354110154
Binary10111011100111111000010011111000110110111011000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2738; }

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

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

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

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

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

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

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

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