Html Css Color HEX #BB2532 Cardinal

📋 copy color: '#BB2532'

red 187 ◦ green 37 ◦ blue 50

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

Shades of Cardinal #BB2532

Tints of Cardinal #BB2532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 68.25%
G = 13.5%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2532 (or 0xBB2532) is known color: Cardinal. HEX triplet: BB, 25 and 32. RGB value is (187,37,50). Sum of RGB (Red+Green+Blue) = 187+37+50=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2532 is #44DACD. Grayscale: #535353. Windows color (decimal): -4512462 or 3286459. OLE color: 3286459.

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

Color convert

RGB 187 37 50 -
CMYK 0 0.80 0.73 0.27
HSL 354.8º 0.67% 0.44% -
HSV(B) 354.8º 0.8% 0.73% -
XYZ 21.73 12.12 4.21 -
YUV 83.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 187 37 50 0 0.80 0.73 0.27 354.8 0.67 0.44
Hex BB 25 32 0 50 49 1B 163 43 2C
Octal 273 45 62 0 120 111 33 543 103 54
Binary 10111011 100101 110010 0 1010000 1001001 11011 101100011 1000011 101100

Color Harmonies of #BB2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2532

Black with #BB2532

Text Example


Text Example

White with #BB2532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2532; }

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

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

background-color css

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

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

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

border-color css

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

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

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