Html Css Color HEX #BB153B Cardinal

📋 copy color: '#BB153B'

red 187 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #BB153B

Tints of Cardinal #BB153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 70.04%
G = 7.87%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB153B (or 0xBB153B) is known color: Cardinal. HEX triplet: BB, 15 and 3B. RGB value is (187,21,59). Sum of RGB (Red+Green+Blue) = 187+21+59=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB153B is #44EAC4. Grayscale: #4A4A4A. Windows color (decimal): -4516549 or 3872187. OLE color: 3872187.

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

Color convert

RGB 187 21 59 -
CMYK 0 0.89 0.68 0.27
HSL 346.27º 0.8% 0.41% -
HSV(B) 346.27º 0.89% 0.73% -
XYZ 21.55 11.42 5.21 -
YUV 74.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 187 21 59 0 0.89 0.68 0.27 346.27 0.8 0.41
Hex BB 15 3B 0 59 44 1B 15A 50 29
Octal 273 25 73 0 131 104 33 532 120 51
Binary 10111011 10101 111011 0 1011001 1000100 11011 101011010 1010000 101001

Color Harmonies of #BB153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB153B

Black with #BB153B

Text Example


Text Example

White with #BB153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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