Html Css Color HEX #BB2541 Cardinal

📋 copy color: '#BB2541'

red 187 ◦ green 37 ◦ blue 65

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

Shades of Cardinal #BB2541

Tints of Cardinal #BB2541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 64.71%
G = 12.8%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB2541 (or 0xBB2541) is known color: Cardinal. HEX triplet: BB, 25 and 41. RGB value is (187,37,65). Sum of RGB (Red+Green+Blue) = 187+37+65=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2541 is #44DABE. Grayscale: #555555. Windows color (decimal): -4512447 or 4269499. OLE color: 4269499.

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

Color convert

RGB 187 37 65 -
CMYK 0 0.80 0.65 0.27
HSL 348.8º 0.67% 0.44% -
HSV(B) 348.8º 0.8% 0.73% -
XYZ 22.11 12.27 6.2 -
YUV 85.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 187 37 65 0 0.80 0.65 0.27 348.8 0.67 0.44
Hex BB 25 41 0 50 41 1B 15D 43 2C
Octal 273 45 101 0 120 101 33 535 103 54
Binary 10111011 100101 1000001 0 1010000 1000001 11011 101011101 1000011 101100

Color Harmonies of #BB2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2541

Black with #BB2541

Text Example


Text Example

White with #BB2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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