#BB1B3A

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

Shades of Cardinal #BB1B3A

Tints of Cardinal #BB1B3A

Color information

#BB1B3A (or 0xBB1B3A) is unknown color: approx Cardinal. HEX triplet: BB, 1B and 3A. RGB value is (187,27,58). Sum of RGB (Red+Green+Blue) = 187+27+58=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B3A is #44E4C5. Grayscale: #4E4E4E. Windows color (decimal): -4515014 or 3808187. OLE color: 3808187.

HSL color Cylindrical-coordinate representation of color #BB1B3A: hue angle of 348.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B3A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1872758-
CMYK00.860.690.27
HSL348.38º74.77%41.96%-
HSV(B)348.38º85.56%73.33%-
XYZ21.6511.655.11-
YUV78.37116.51205.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=68.75%
G=9.93%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187275800.860.690.27348.3874.7741.96
HexBB1B3A056451B15c4b2a
Octal273337201261053353411352
Binary1011101111011111010010101101000101110111010111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B3A; }

 p { color: rgb(187,27,58); }

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

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

 a { background-color: rgb(187,27,58); }

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

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

 span { border-color: rgb(187,27,58); }

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