Html Css Color HEX #BB124B Cardinal

📋 copy color: '#BB124B'

red 187 ◦ green 18 ◦ blue 75

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

Shades of Cardinal #BB124B

Tints of Cardinal #BB124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 66.79%
G = 6.43%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB124B (or 0xBB124B) is known color: Cardinal. HEX triplet: BB, 12 and 4B. RGB value is (187,18,75). Sum of RGB (Red+Green+Blue) = 187+18+75=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB124B is #44EDB4. Grayscale: #4A4A4A. Windows color (decimal): -4517301 or 4919995. OLE color: 4919995.

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

Color convert

RGB 187 18 75 -
CMYK 0 0.90 0.60 0.27
HSL 339.76º 0.82% 0.4% -
HSV(B) 339.76º 0.9% 0.73% -
XYZ 21.98 11.51 7.72 -
YUV 75.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 187 18 75 0 0.90 0.60 0.27 339.76 0.82 0.4
Hex BB 12 4B 0 5A 3C 1B 154 52 28
Octal 273 22 113 0 132 74 33 524 122 50
Binary 10111011 10010 1001011 0 1011010 111100 11011 101010100 1010010 101000

Color Harmonies of #BB124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB124B

Black with #BB124B

Text Example


Text Example

White with #BB124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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