Html Css Color HEX #BB124C Cardinal

📋 copy color: '#BB124C'

red 187 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #BB124C

Tints of Cardinal #BB124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 66.55%
G = 6.41%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB124C (or 0xBB124C) is known color: Cardinal. HEX triplet: BB, 12 and 4C. RGB value is (187,18,76). Sum of RGB (Red+Green+Blue) = 187+18+76=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB124C is #44EDB3. Grayscale: #4B4B4B. Windows color (decimal): -4517300 or 4985531. OLE color: 4985531.

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

Color convert

RGB 187 18 76 -
CMYK 0 0.90 0.59 0.27
HSL 339.41º 0.82% 0.4% -
HSV(B) 339.41º 0.9% 0.73% -
XYZ 22.01 11.52 7.9 -
YUV 75.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 187 18 76 0 0.90 0.59 0.27 339.41 0.82 0.4
Hex BB 12 4C 0 5A 3B 1B 153 52 28
Octal 273 22 114 0 132 73 33 523 122 50
Binary 10111011 10010 1001100 0 1011010 111011 11011 101010011 1010010 101000

Color Harmonies of #BB124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB124C

Black with #BB124C

Text Example


Text Example

White with #BB124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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