Html Css Color HEX #BB153F Cardinal

📋 copy color: '#BB153F'

red 187 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #BB153F

Tints of Cardinal #BB153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 69%
G = 7.75%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB153F (or 0xBB153F) is known color: Cardinal. HEX triplet: BB, 15 and 3F. RGB value is (187,21,63). Sum of RGB (Red+Green+Blue) = 187+21+63=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB153F is #44EAC0. Grayscale: #4B4B4B. Windows color (decimal): -4516545 or 4134331. OLE color: 4134331.

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

Color convert

RGB 187 21 63 -
CMYK 0 0.89 0.66 0.27
HSL 344.82º 0.8% 0.41% -
HSV(B) 344.82º 0.89% 0.73% -
XYZ 21.66 11.46 5.77 -
YUV 75.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 187 21 63 0 0.89 0.66 0.27 344.82 0.8 0.41
Hex BB 15 3F 0 59 42 1B 159 50 29
Octal 273 25 77 0 131 102 33 531 120 51
Binary 10111011 10101 111111 0 1011001 1000010 11011 101011001 1010000 101001

Color Harmonies of #BB153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB153F

Black with #BB153F

Text Example


Text Example

White with #BB153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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