Html Css Color HEX #BB1244 Cardinal

📋 copy color: '#BB1244'

red 187 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #BB1244

Tints of Cardinal #BB1244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 68.5%
G = 6.59%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB1244 (or 0xBB1244) is known color: Cardinal. HEX triplet: BB, 12 and 44. RGB value is (187,18,68). Sum of RGB (Red+Green+Blue) = 187+18+68=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1244 is #44EDBB. Grayscale: #4A4A4A. Windows color (decimal): -4517308 or 4461243. OLE color: 4461243.

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

Color convert

RGB 187 18 68 -
CMYK 0 0.90 0.64 0.27
HSL 342.25º 0.82% 0.4% -
HSV(B) 342.25º 0.9% 0.73% -
XYZ 21.75 11.41 6.53 -
YUV 74.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 187 18 68 0 0.90 0.64 0.27 342.25 0.82 0.4
Hex BB 12 44 0 5A 40 1B 156 52 28
Octal 273 22 104 0 132 100 33 526 122 50
Binary 10111011 10010 1000100 0 1011010 1000000 11011 101010110 1010010 101000

Color Harmonies of #BB1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1244

Black with #BB1244

Text Example


Text Example

White with #BB1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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