Html Css Color HEX #BB0548 Cardinal

📋 copy color: '#BB0548'

red 187 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #BB0548

Tints of Cardinal #BB0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 70.83%
G = 1.89%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB0548 (or 0xBB0548) is known color: Cardinal. HEX triplet: BB, 05 and 48. RGB value is (187,5,72). Sum of RGB (Red+Green+Blue) = 187+5+72=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0548 is #44FAB7. Grayscale: #424242. Windows color (decimal): -4520632 or 4720059. OLE color: 4720059.

HSL color Cylindrical-coordinate representation of color #BB0548: hue angle of 337.91º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0548 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 72 -
CMYK 0 0.97 0.61 0.27
HSL 337.91º 0.95% 0.38% -
HSV(B) 337.91º 0.97% 0.73% -
XYZ 21.72 11.14 7.14 -
YUV 67.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 187 5 72 0 0.97 0.61 0.27 337.91 0.95 0.38
Hex BB 5 48 0 61 3D 1B 152 5F 26
Octal 273 5 110 0 141 75 33 522 137 46
Binary 10111011 101 1001000 0 1100001 111101 11011 101010010 1011111 100110

Color Harmonies of #BB0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0548

Black with #BB0548

Text Example


Text Example

White with #BB0548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0548; }

 p { color: rgb(187,5,72); }

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

background-color css

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

 a { background-color: rgb(187,5,72); }

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

border-color css

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

 span { border-color: rgb(187,5,72); }

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