Html Css Color HEX #BB0547 Cardinal

📋 copy color: '#BB0547'

red 187 ◦ green 5 ◦ blue 71

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

Shades of Cardinal #BB0547

Tints of Cardinal #BB0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27%

R = 71.1%
G = 1.9%
B = 27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB0547 (or 0xBB0547) is known color: Cardinal. HEX triplet: BB, 05 and 47. RGB value is (187,5,71). Sum of RGB (Red+Green+Blue) = 187+5+71=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0547 is #44FAB8. Grayscale: #424242. Windows color (decimal): -4520633 or 4654523. OLE color: 4654523.

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

Color convert

RGB 187 5 71 -
CMYK 0 0.97 0.62 0.27
HSL 338.24º 0.95% 0.38% -
HSV(B) 338.24º 0.97% 0.73% -
XYZ 21.69 11.13 6.97 -
YUV 66.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 187 5 71 0 0.97 0.62 0.27 338.24 0.95 0.38
Hex BB 5 47 0 61 3E 1B 152 5F 26
Octal 273 5 107 0 141 76 33 522 137 46
Binary 10111011 101 1000111 0 1100001 111110 11011 101010010 1011111 100110

Color Harmonies of #BB0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0547

Black with #BB0547

Text Example


Text Example

White with #BB0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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