Html Css Color HEX #BB2938 Cardinal

📋 copy color: '#BB2938'

red 187 ◦ green 41 ◦ blue 56

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

Shades of Cardinal #BB2938

Tints of Cardinal #BB2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 65.85%
G = 14.44%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB2938 (or 0xBB2938) is known color: Cardinal. HEX triplet: BB, 29 and 38. RGB value is (187,41,56). Sum of RGB (Red+Green+Blue) = 187+41+56=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2938 is #44D6C7. Grayscale: #565656. Windows color (decimal): -4511432 or 3680699. OLE color: 3680699.

HSL color Cylindrical-coordinate representation of color #BB2938: hue angle of 353.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2938 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 56 -
CMYK 0 0.78 0.70 0.27
HSL 353.84º 0.64% 0.45% -
HSV(B) 353.84º 0.78% 0.73% -
XYZ 22 12.44 4.98 -
YUV 86.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 187 41 56 0 0.78 0.70 0.27 353.84 0.64 0.45
Hex BB 29 38 0 4E 46 1B 162 40 2D
Octal 273 51 70 0 116 106 33 542 100 55
Binary 10111011 101001 111000 0 1001110 1000110 11011 101100010 1000000 101101

Color Harmonies of #BB2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2938

Black with #BB2938

Text Example


Text Example

White with #BB2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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