Html Css Color HEX #BB1344 Cardinal

📋 copy color: '#BB1344'

red 187 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #BB1344

Tints of Cardinal #BB1344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 68.25%
G = 6.93%
B = 24.82%

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

#BB1344 (or 0xBB1344) is known color: Cardinal. HEX triplet: BB, 13 and 44. RGB value is (187,19,68). Sum of RGB (Red+Green+Blue) = 187+19+68=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1344 is #44ECBB. Grayscale: #4A4A4A. Windows color (decimal): -4517052 or 4461499. OLE color: 4461499.

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

Color convert

RGB 187 19 68 -
CMYK 0 0.90 0.64 0.27
HSL 342.5º 0.82% 0.4% -
HSV(B) 342.5º 0.9% 0.73% -
XYZ 21.77 11.45 6.53 -
YUV 74.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 187 19 68 0 0.90 0.64 0.27 342.5 0.82 0.4
Hex BB 13 44 0 5A 40 1B 156 52 28
Octal 273 23 104 0 132 100 33 526 122 50
Binary 10111011 10011 1000100 0 1011010 1000000 11011 101010110 1010010 101000

Color Harmonies of #BB1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1344

Black with #BB1344

Text Example


Text Example

White with #BB1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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