#BB0735

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

Shades of Cardinal #BB0735

Tints of Cardinal #BB0735

Color information

#BB0735 (or 0xBB0735) is unknown color: approx Cardinal. HEX triplet: BB, 07 and 35. RGB value is (187,7,53). Sum of RGB (Red+Green+Blue) = 187+7+53=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0735 is #44F8CA. Grayscale: #424242. Windows color (decimal): -4520139 or 3475387. OLE color: 3475387.

HSL color Cylindrical-coordinate representation of color #BB0735: hue angle of 344.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0735 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB187753-
CMYK00.960.720.27
HSL344.67º92.78%38.04%-
HSV(B)344.67º96.26%73.33%-
XYZ21.2110.974.37-
YUV66.06120.63214.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 75.71%
GREEN value IS 7 (3.12% from 255) = 2.83%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=75.71%
G=2.83%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18775300.960.720.27344.6792.7838.04
HexBB735060481B1595d26
Octal27376501401103353113546
Binary10111011111110101011000001001000110111010110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0735; }

 p { color: rgb(187,7,53); }

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

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

 a { background-color: rgb(187,7,53); }

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

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

 span { border-color: rgb(187,7,53); }

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