Html Css Color HEX #BB1444 Cardinal

📋 copy color: '#BB1444'

red 187 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #BB1444

Tints of Cardinal #BB1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 68%
G = 7.27%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB1444 (or 0xBB1444) is known color: Cardinal. HEX triplet: BB, 14 and 44. RGB value is (187,20,68). Sum of RGB (Red+Green+Blue) = 187+20+68=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1444 is #44EBBB. Grayscale: #4B4B4B. Windows color (decimal): -4516796 or 4461755. OLE color: 4461755.

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

Color convert

RGB 187 20 68 -
CMYK 0 0.89 0.64 0.27
HSL 342.75º 0.81% 0.41% -
HSV(B) 342.75º 0.89% 0.73% -
XYZ 21.79 11.48 6.54 -
YUV 75.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 187 20 68 0 0.89 0.64 0.27 342.75 0.81 0.41
Hex BB 14 44 0 59 40 1B 157 51 29
Octal 273 24 104 0 131 100 33 527 121 51
Binary 10111011 10100 1000100 0 1011001 1000000 11011 101010111 1010001 101001

Color Harmonies of #BB1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1444

Black with #BB1444

Text Example


Text Example

White with #BB1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1444; }

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

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

background-color css

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

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

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

border-color css

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

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

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