Html Css Color HEX #BB104C Cardinal

📋 copy color: '#BB104C'

red 187 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #BB104C

Tints of Cardinal #BB104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 67.03%
G = 5.73%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB104C (or 0xBB104C) is known color: Cardinal. HEX triplet: BB, 10 and 4C. RGB value is (187,16,76). Sum of RGB (Red+Green+Blue) = 187+16+76=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB104C is #44EFB3. Grayscale: #494949. Windows color (decimal): -4517812 or 4985019. OLE color: 4985019.

HSL color Cylindrical-coordinate representation of color #BB104C: hue angle of 338.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB104C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 76 -
CMYK 0 0.91 0.59 0.27
HSL 338.95º 0.84% 0.4% -
HSV(B) 338.95º 0.91% 0.73% -
XYZ 21.98 11.46 7.89 -
YUV 73.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 187 16 76 0 0.91 0.59 0.27 338.95 0.84 0.4
Hex BB 10 4C 0 5B 3B 1B 153 54 28
Octal 273 20 114 0 133 73 33 523 124 50
Binary 10111011 10000 1001100 0 1011011 111011 11011 101010011 1010100 101000

Color Harmonies of #BB104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB104C

Black with #BB104C

Text Example


Text Example

White with #BB104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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