Html Css Color HEX #BB1541 Cardinal

📋 copy color: '#BB1541'

red 187 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #BB1541

Tints of Cardinal #BB1541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 68.5%
G = 7.69%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB1541 (or 0xBB1541) is known color: Cardinal. HEX triplet: BB, 15 and 41. RGB value is (187,21,65). Sum of RGB (Red+Green+Blue) = 187+21+65=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1541 is #44EABE. Grayscale: #4B4B4B. Windows color (decimal): -4516543 or 4265403. OLE color: 4265403.

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

Color convert

RGB 187 21 65 -
CMYK 0 0.89 0.65 0.27
HSL 344.1º 0.8% 0.41% -
HSV(B) 344.1º 0.89% 0.73% -
XYZ 21.72 11.48 6.07 -
YUV 75.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 187 21 65 0 0.89 0.65 0.27 344.1 0.8 0.41
Hex BB 15 41 0 59 41 1B 158 50 29
Octal 273 25 101 0 131 101 33 530 120 51
Binary 10111011 10101 1000001 0 1011001 1000001 11011 101011000 1010000 101001

Color Harmonies of #BB1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1541

Black with #BB1541

Text Example


Text Example

White with #BB1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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