Html Css Color HEX #BB2731 Cardinal

📋 copy color: '#BB2731'

red 187 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #BB2731

Tints of Cardinal #BB2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 68%
G = 14.18%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB2731 (or 0xBB2731) is known color: Cardinal. HEX triplet: BB, 27 and 31. RGB value is (187,39,49). Sum of RGB (Red+Green+Blue) = 187+39+49=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2731 is #44D8CE. Grayscale: #545454. Windows color (decimal): -4511951 or 3221435. OLE color: 3221435.

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

Color convert

RGB 187 39 49 -
CMYK 0 0.79 0.74 0.27
HSL 355.95º 0.65% 0.44% -
HSV(B) 355.95º 0.79% 0.73% -
XYZ 21.77 12.24 4.12 -
YUV 84.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 187 39 49 0 0.79 0.74 0.27 355.95 0.65 0.44
Hex BB 27 31 0 4F 4A 1B 164 41 2C
Octal 273 47 61 0 117 112 33 544 101 54
Binary 10111011 100111 110001 0 1001111 1001010 11011 101100100 1000001 101100

Color Harmonies of #BB2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2731

Black with #BB2731

Text Example


Text Example

White with #BB2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2731; }

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

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

background-color css

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

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

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

border-color css

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

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

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