Html Css Color HEX #BB154A Cardinal

📋 copy color: '#BB154A'

red 187 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #BB154A

Tints of Cardinal #BB154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 66.31%
G = 7.45%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB154A (or 0xBB154A) is known color: Cardinal. HEX triplet: BB, 15 and 4A. RGB value is (187,21,74). Sum of RGB (Red+Green+Blue) = 187+21+74=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB154A is #44EAB5. Grayscale: #4C4C4C. Windows color (decimal): -4516534 or 4855227. OLE color: 4855227.

HSL color Cylindrical-coordinate representation of color #BB154A: hue angle of 340.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB154A is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 74 -
CMYK 0 0.89 0.60 0.27
HSL 340.84º 0.8% 0.41% -
HSV(B) 340.84º 0.89% 0.73% -
XYZ 22 11.6 7.56 -
YUV 76.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 187 21 74 0 0.89 0.60 0.27 340.84 0.8 0.41
Hex BB 15 4A 0 59 3C 1B 155 50 29
Octal 273 25 112 0 131 74 33 525 120 51
Binary 10111011 10101 1001010 0 1011001 111100 11011 101010101 1010000 101001

Color Harmonies of #BB154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB154A

Black with #BB154A

Text Example


Text Example

White with #BB154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB154A; }

 p { color: rgb(187,21,74); }

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

background-color css

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

 a { background-color: rgb(187,21,74); }

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

border-color css

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

 span { border-color: rgb(187,21,74); }

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