Html Css Color HEX #BB1240 Cardinal

📋 copy color: '#BB1240'

red 187 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #BB1240

Tints of Cardinal #BB1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 69.52%
G = 6.69%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB1240 (or 0xBB1240) is known color: Cardinal. HEX triplet: BB, 12 and 40. RGB value is (187,18,64). Sum of RGB (Red+Green+Blue) = 187+18+64=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1240 is #44EDBF. Grayscale: #494949. Windows color (decimal): -4517312 or 4199099. OLE color: 4199099.

HSL color Cylindrical-coordinate representation of color #BB1240: hue angle of 343.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1240 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 64 -
CMYK 0 0.90 0.66 0.27
HSL 343.67º 0.82% 0.4% -
HSV(B) 343.67º 0.9% 0.73% -
XYZ 21.64 11.37 5.9 -
YUV 73.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 187 18 64 0 0.90 0.66 0.27 343.67 0.82 0.4
Hex BB 12 40 0 5A 42 1B 158 52 28
Octal 273 22 100 0 132 102 33 530 122 50
Binary 10111011 10010 1000000 0 1011010 1000010 11011 101011000 1010010 101000

Color Harmonies of #BB1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1240

Black with #BB1240

Text Example


Text Example

White with #BB1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1240; }

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

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

background-color css

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

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

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

border-color css

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

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

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