Html Css Color HEX #BB1540 Cardinal

📋 copy color: '#BB1540'

red 187 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #BB1540

Tints of Cardinal #BB1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 68.75%
G = 7.72%
B = 23.53%

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

#BB1540 (or 0xBB1540) is known color: Cardinal. HEX triplet: BB, 15 and 40. RGB value is (187,21,64). Sum of RGB (Red+Green+Blue) = 187+21+64=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1540 is #44EABF. Grayscale: #4B4B4B. Windows color (decimal): -4516544 or 4199867. OLE color: 4199867.

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

Color convert

RGB 187 21 64 -
CMYK 0 0.89 0.66 0.27
HSL 344.46º 0.8% 0.41% -
HSV(B) 344.46º 0.89% 0.73% -
XYZ 21.69 11.47 5.92 -
YUV 75.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 187 21 64 0 0.89 0.66 0.27 344.46 0.8 0.41
Hex BB 15 40 0 59 42 1B 158 50 29
Octal 273 25 100 0 131 102 33 530 120 51
Binary 10111011 10101 1000000 0 1011001 1000010 11011 101011000 1010000 101001

Color Harmonies of #BB1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1540

Black with #BB1540

Text Example


Text Example

White with #BB1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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