Html Css Color HEX #BB2934 Cardinal

📋 copy color: '#BB2934'

red 187 ◦ green 41 ◦ blue 52

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

Shades of Cardinal #BB2934

Tints of Cardinal #BB2934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 66.79%
G = 14.64%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2934 (or 0xBB2934) is known color: Cardinal. HEX triplet: BB, 29 and 34. RGB value is (187,41,52). Sum of RGB (Red+Green+Blue) = 187+41+52=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2934 is #44D6CB. Grayscale: #565656. Windows color (decimal): -4511436 or 3418555. OLE color: 3418555.

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

Color convert

RGB 187 41 52 -
CMYK 0 0.78 0.72 0.27
HSL 355.48º 0.64% 0.45% -
HSV(B) 355.48º 0.78% 0.73% -
XYZ 21.91 12.4 4.49 -
YUV 85.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 187 41 52 0 0.78 0.72 0.27 355.48 0.64 0.45
Hex BB 29 34 0 4E 48 1B 163 40 2D
Octal 273 51 64 0 116 110 33 543 100 55
Binary 10111011 101001 110100 0 1001110 1001000 11011 101100011 1000000 101101

Color Harmonies of #BB2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2934

Black with #BB2934

Text Example


Text Example

White with #BB2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2934; }

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

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

background-color css

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

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

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

border-color css

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

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

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