Html Css Color HEX #BB2139 Cardinal

📋 copy color: '#BB2139'

red 187 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #BB2139

Tints of Cardinal #BB2139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 67.51%
G = 11.91%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB2139 (or 0xBB2139) is known color: Cardinal. HEX triplet: BB, 21 and 39. RGB value is (187,33,57). Sum of RGB (Red+Green+Blue) = 187+33+57=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2139 is #44DEC6. Grayscale: #515151. Windows color (decimal): -4513479 or 3744187. OLE color: 3744187.

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

Color convert

RGB 187 33 57 -
CMYK 0 0.82 0.70 0.27
HSL 350.65º 0.7% 0.43% -
HSV(B) 350.65º 0.82% 0.73% -
XYZ 21.78 11.95 5.03 -
YUV 81.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 187 33 57 0 0.82 0.70 0.27 350.65 0.7 0.43
Hex BB 21 39 0 52 46 1B 15F 46 2B
Octal 273 41 71 0 122 106 33 537 106 53
Binary 10111011 100001 111001 0 1010010 1000110 11011 101011111 1000110 101011

Color Harmonies of #BB2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2139

Black with #BB2139

Text Example


Text Example

White with #BB2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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