#BB1D31

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

Shades of Cardinal #BB1D31

Tints of Cardinal #BB1D31

Color information

#BB1D31 (or 0xBB1D31) is unknown color: approx Cardinal. HEX triplet: BB, 1D and 31. RGB value is (187,29,49). Sum of RGB (Red+Green+Blue) = 187+29+49=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D31 is #44E2CE. Grayscale: #4E4E4E. Windows color (decimal): -4514511 or 3218875. OLE color: 3218875.

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

Color convert

RGB1872949-
CMYK00.840.740.27
HSL352.41º73.15%42.35%-
HSV(B)352.41º84.49%73.33%-
XYZ21.4911.674.02-
YUV78.52111.35205.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.57%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=70.57%
G=10.94%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187294900.840.740.27352.4173.1542.35
HexBB1D310544A1B160492a
Octal273356101241123354011152
Binary1011101111101110001010101001001010110111011000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1D31; }

 p { color: rgb(187,29,49); }

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

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

 a { background-color: rgb(187,29,49); }

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

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

 span { border-color: rgb(187,29,49); }

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