Html Css Color HEX #BB2440 Cardinal

📋 copy color: '#BB2440'

red 187 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #BB2440

Tints of Cardinal #BB2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 65.16%
G = 12.54%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2440 (or 0xBB2440) is known color: Cardinal. HEX triplet: BB, 24 and 40. RGB value is (187,36,64). Sum of RGB (Red+Green+Blue) = 187+36+64=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2440 is #44DBBF. Grayscale: #545454. Windows color (decimal): -4512704 or 4203707. OLE color: 4203707.

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

Color convert

RGB 187 36 64 -
CMYK 0 0.81 0.66 0.27
HSL 348.87º 0.68% 0.44% -
HSV(B) 348.87º 0.81% 0.73% -
XYZ 22.05 12.2 6.04 -
YUV 84.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 187 36 64 0 0.81 0.66 0.27 348.87 0.68 0.44
Hex BB 24 40 0 51 42 1B 15D 44 2C
Octal 273 44 100 0 121 102 33 535 104 54
Binary 10111011 100100 1000000 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BB2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2440

Black with #BB2440

Text Example


Text Example

White with #BB2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2440; }

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

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

background-color css

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

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

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

border-color css

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

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

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