Html Css Color HEX #BB1246 Cardinal

📋 copy color: '#BB1246'

red 187 ◦ green 18 ◦ blue 70

#BB1246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB1246

Tints of Cardinal #BB1246

RGB

 RED value IS 187 (73.44% from 255) = 68%

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 68%
G = 6.55%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB1246 (or 0xBB1246) is known color: Cardinal. HEX triplet: BB, 12 and 46. RGB value is (187,18,70). Sum of RGB (Red+Green+Blue) = 187+18+70=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1246 is #44EDB9. Grayscale: #4A4A4A. Windows color (decimal): -4517306 or 4592315. OLE color: 4592315.

HSL color Cylindrical-coordinate representation of color #BB1246: hue angle of 341.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1246 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 70 -
CMYK 0 0.90 0.63 0.27
HSL 341.54º 0.82% 0.4% -
HSV(B) 341.54º 0.9% 0.73% -
XYZ 21.82 11.44 6.85 -
YUV 74.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 187 18 70 0 0.90 0.63 0.27 341.54 0.82 0.4
Hex BB 12 46 0 5A 3F 1B 156 52 28
Octal 273 22 106 0 132 77 33 526 122 50
Binary 10111011 10010 1000110 0 1011010 111111 11011 101010110 1010010 101000

Color Harmonies of #BB1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1246

Black with #BB1246

Text Example


Text Example

White with #BB1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1246; }

 p { color: rgb(187,18,70); }

 H1.HeaderClassName
 {
   color: #BB1246;
 }
 .AnyTagClassName
 {
   color: #BB1246;
 }
</style>

background-color css

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

 a { background-color: rgb(187,18,70); }

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

border-color css

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

 span { border-color: rgb(187,18,70); }

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