#BB233E

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

Shades of Cardinal #BB233E

Tints of Cardinal #BB233E

Color information

#BB233E (or 0xBB233E) is unknown color: approx Cardinal. HEX triplet: BB, 23 and 3E. RGB value is (187,35,62). Sum of RGB (Red+Green+Blue) = 187+35+62=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB233E is #44DCC1. Grayscale: #535353. Windows color (decimal): -4512962 or 4072379. OLE color: 4072379.

HSL color Cylindrical-coordinate representation of color #BB233E: hue angle of 349.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB233E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1873562-
CMYK00.810.670.27
HSL349.34º68.47%43.53%-
HSV(B)349.34º81.28%73.33%-
XYZ21.9612.115.74-
YUV83.53115.86201.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.85%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=65.85%
G=12.32%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187356200.810.670.27349.3468.4743.53
HexBB233E051431B15d442c
Octal273437601211033353510454
Binary10111011100011111110010100011000011110111010111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB233E; }

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

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

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

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

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

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

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

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