Html Css Color HEX #BB2240 Cardinal

📋 copy color: '#BB2240'

red 187 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #BB2240

Tints of Cardinal #BB2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

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

R = 65.61%
G = 11.93%
B = 22.46%

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

#BB2240 (or 0xBB2240) is known color: Cardinal. HEX triplet: BB, 22 and 40. RGB value is (187,34,64). Sum of RGB (Red+Green+Blue) = 187+34+64=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2240 is #44DDBF. Grayscale: #535353. Windows color (decimal): -4513216 or 4203195. OLE color: 4203195.

HSL color Cylindrical-coordinate representation of color #BB2240: hue angle of 348.24º degrees, saturation: 0.69, 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 #BB2240 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 64 -
CMYK 0 0.82 0.66 0.27
HSL 348.24º 0.69% 0.43% -
HSV(B) 348.24º 0.82% 0.73% -
XYZ 21.99 12.08 6.02 -
YUV 83.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 187 34 64 0 0.82 0.66 0.27 348.24 0.69 0.43
Hex BB 22 40 0 52 42 1B 15C 45 2B
Octal 273 42 100 0 122 102 33 534 105 53
Binary 10111011 100010 1000000 0 1010010 1000010 11011 101011100 1000101 101011

Color Harmonies of #BB2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2240

Black with #BB2240

Text Example


Text Example

White with #BB2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2240; }

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

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

background-color css

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

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

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

border-color css

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

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

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