#BB163E

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

Shades of Cardinal #BB163E

Tints of Cardinal #BB163E

Color information

#BB163E (or 0xBB163E) is unknown color: approx Cardinal. HEX triplet: BB, 16 and 3E. RGB value is (187,22,62). Sum of RGB (Red+Green+Blue) = 187+22+62=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB163E is #44E9C1. Grayscale: #4B4B4B. Windows color (decimal): -4516290 or 4069051. OLE color: 4069051.

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

Color convert

RGB1872262-
CMYK00.880.670.27
HSL345.45º78.95%40.98%-
HSV(B)345.45º88.24%73.33%-
XYZ21.6511.495.63-
YUV75.9120.16207.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=69.00%
G=8.12%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187226200.880.670.27345.4578.9540.98
HexBB163E058431B1594f29
Octal273267601301033353111751
Binary1011101110110111110010110001000011110111010110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB163E; }

 p { color: rgb(187,22,62); }

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

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

 a { background-color: rgb(187,22,62); }

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

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

 span { border-color: rgb(187,22,62); }

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