Html Css Color HEX #BB152F Cardinal

📋 copy color: '#BB152F'

red 187 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #BB152F

Tints of Cardinal #BB152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.43%

R = 73.33%
G = 8.24%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB152F (or 0xBB152F) is known color: Cardinal. HEX triplet: BB, 15 and 2F. RGB value is (187,21,47). Sum of RGB (Red+Green+Blue) = 187+21+47=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB152F is #44EAD0. Grayscale: #494949. Windows color (decimal): -4516561 or 3085755. OLE color: 3085755.

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

Color convert

RGB 187 21 47 -
CMYK 0 0.89 0.75 0.27
HSL 350.6º 0.8% 0.41% -
HSV(B) 350.6º 0.89% 0.73% -
XYZ 21.27 11.31 3.75 -
YUV 73.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 187 21 47 0 0.89 0.75 0.27 350.6 0.8 0.41
Hex BB 15 2F 0 59 4B 1B 15F 50 29
Octal 273 25 57 0 131 113 33 537 120 51
Binary 10111011 10101 101111 0 1011001 1001011 11011 101011111 1010000 101001

Color Harmonies of #BB152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB152F

Black with #BB152F

Text Example


Text Example

White with #BB152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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