#BB1741

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

Shades of Cardinal #BB1741

Tints of Cardinal #BB1741

Color information

#BB1741 (or 0xBB1741) is unknown color: approx Cardinal. HEX triplet: BB, 17 and 41. RGB value is (187,23,65). Sum of RGB (Red+Green+Blue) = 187+23+65=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1741 is #44E8BE. Grayscale: #4C4C4C. Windows color (decimal): -4516031 or 4265915. OLE color: 4265915.

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

Color convert

RGB1872365-
CMYK00.880.650.27
HSL344.63º78.1%41.18%-
HSV(B)344.63º87.7%73.33%-
XYZ21.7511.566.09-
YUV76.82121.33206.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=68%
G=8.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187236500.880.650.27344.6378.141.18
HexBB1741058411B1594e29
Octal2732710101301013353111651
Binary10111011101111000001010110001000001110111010110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1741; }

 p { color: rgb(187,23,65); }

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

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

 a { background-color: rgb(187,23,65); }

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

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

 span { border-color: rgb(187,23,65); }

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