Html Css Color HEX #BB2140 Cardinal

📋 copy color: '#BB2140'

red 187 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #BB2140

Tints of Cardinal #BB2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 65.85%
G = 11.62%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2140 (or 0xBB2140) is known color: Cardinal. HEX triplet: BB, 21 and 40. RGB value is (187,33,64). Sum of RGB (Red+Green+Blue) = 187+33+64=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2140 is #44DEBF. Grayscale: #525252. Windows color (decimal): -4513472 or 4202939. OLE color: 4202939.

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

Color convert

RGB 187 33 64 -
CMYK 0 0.82 0.66 0.27
HSL 347.92º 0.7% 0.43% -
HSV(B) 347.92º 0.82% 0.73% -
XYZ 21.96 12.02 6.01 -
YUV 82.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 187 33 64 0 0.82 0.66 0.27 347.92 0.7 0.43
Hex BB 21 40 0 52 42 1B 15C 46 2B
Octal 273 41 100 0 122 102 33 534 106 53
Binary 10111011 100001 1000000 0 1010010 1000010 11011 101011100 1000110 101011

Color Harmonies of #BB2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2140

Black with #BB2140

Text Example


Text Example

White with #BB2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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