Html Css Color HEX #BB2531 Cardinal

📋 copy color: '#BB2531'

red 187 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #BB2531

Tints of Cardinal #BB2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 68.5%
G = 13.55%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB2531 (or 0xBB2531) is known color: Cardinal. HEX triplet: BB, 25 and 31. RGB value is (187,37,49). Sum of RGB (Red+Green+Blue) = 187+37+49=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2531 is #44DACE. Grayscale: #535353. Windows color (decimal): -4512463 or 3220923. OLE color: 3220923.

HSL color Cylindrical-coordinate representation of color #BB2531: hue angle of 355.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2531 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 49 -
CMYK 0 0.80 0.74 0.27
HSL 355.2º 0.67% 0.44% -
HSV(B) 355.2º 0.8% 0.73% -
XYZ 21.71 12.11 4.1 -
YUV 83.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 187 37 49 0 0.80 0.74 0.27 355.2 0.67 0.44
Hex BB 25 31 0 50 4A 1B 163 43 2C
Octal 273 45 61 0 120 112 33 543 103 54
Binary 10111011 100101 110001 0 1010000 1001010 11011 101100011 1000011 101100

Color Harmonies of #BB2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2531

Black with #BB2531

Text Example


Text Example

White with #BB2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2531; }

 p { color: rgb(187,37,49); }

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

background-color css

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

 a { background-color: rgb(187,37,49); }

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

border-color css

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

 span { border-color: rgb(187,37,49); }

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