#BB1734

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

Shades of Cardinal #BB1734

Tints of Cardinal #BB1734

Color information

#BB1734 (or 0xBB1734) is unknown color: approx Cardinal. HEX triplet: BB, 17 and 34. RGB value is (187,23,52). Sum of RGB (Red+Green+Blue) = 187+23+52=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1734 is #44E8CB. Grayscale: #4B4B4B. Windows color (decimal): -4516044 or 3413947. OLE color: 3413947.

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

Color convert

RGB1872352-
CMYK00.880.720.27
HSL349.39º78.1%41.18%-
HSV(B)349.39º87.7%73.33%-
XYZ21.4211.434.33-
YUV75.34114.83207.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.37%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=71.37%
G=8.78%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187235200.880.720.27349.3978.141.18
HexBB1734058481B15d4e29
Octal273276401301103353511651
Binary1011101110111110100010110001001000110111010111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1734; }

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

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

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

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

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

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

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

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