Html Css Color HEX #BB1140 Cardinal

📋 copy color: '#BB1140'

red 187 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #BB1140

Tints of Cardinal #BB1140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 69.78%
G = 6.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB1140 (or 0xBB1140) is known color: Cardinal. HEX triplet: BB, 11 and 40. RGB value is (187,17,64). Sum of RGB (Red+Green+Blue) = 187+17+64=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1140 is #44EEBF. Grayscale: #494949. Windows color (decimal): -4517568 or 4198843. OLE color: 4198843.

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

Color convert

RGB 187 17 64 -
CMYK 0 0.91 0.66 0.27
HSL 343.41º 0.83% 0.4% -
HSV(B) 343.41º 0.91% 0.73% -
XYZ 21.62 11.34 5.9 -
YUV 73.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 187 17 64 0 0.91 0.66 0.27 343.41 0.83 0.4
Hex BB 11 40 0 5B 42 1B 157 53 28
Octal 273 21 100 0 133 102 33 527 123 50
Binary 10111011 10001 1000000 0 1011011 1000010 11011 101010111 1010011 101000

Color Harmonies of #BB1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1140

Black with #BB1140

Text Example


Text Example

White with #BB1140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1140; }

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

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

background-color css

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

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

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

border-color css

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

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

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