Html Css Color HEX #BB2138 Cardinal

📋 copy color: '#BB2138'

red 187 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #BB2138

Tints of Cardinal #BB2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 67.75%
G = 11.96%
B = 20.29%

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

#BB2138 (or 0xBB2138) is known color: Cardinal. HEX triplet: BB, 21 and 38. RGB value is (187,33,56). Sum of RGB (Red+Green+Blue) = 187+33+56=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2138 is #44DEC7. Grayscale: #515151. Windows color (decimal): -4513480 or 3678651. OLE color: 3678651.

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

Color convert

RGB 187 33 56 -
CMYK 0 0.82 0.70 0.27
HSL 351.04º 0.7% 0.43% -
HSV(B) 351.04º 0.82% 0.73% -
XYZ 21.75 11.94 4.9 -
YUV 81.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 187 33 56 0 0.82 0.70 0.27 351.04 0.7 0.43
Hex BB 21 38 0 52 46 1B 15F 46 2B
Octal 273 41 70 0 122 106 33 537 106 53
Binary 10111011 100001 111000 0 1010010 1000110 11011 101011111 1000110 101011

Color Harmonies of #BB2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2138

Black with #BB2138

Text Example


Text Example

White with #BB2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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