Html Css Color HEX #BB0544 Cardinal

📋 copy color: '#BB0544'

red 187 ◦ green 5 ◦ blue 68

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

Shades of Cardinal #BB0544

Tints of Cardinal #BB0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 71.92%
G = 1.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB0544 (or 0xBB0544) is known color: Cardinal. HEX triplet: BB, 05 and 44. RGB value is (187,5,68). Sum of RGB (Red+Green+Blue) = 187+5+68=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0544 is #44FABB. Grayscale: #424242. Windows color (decimal): -4520636 or 4457915. OLE color: 4457915.

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

Color convert

RGB 187 5 68 -
CMYK 0 0.97 0.64 0.27
HSL 339.23º 0.95% 0.38% -
HSV(B) 339.23º 0.97% 0.73% -
XYZ 21.59 11.09 6.47 -
YUV 66.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 187 5 68 0 0.97 0.64 0.27 339.23 0.95 0.38
Hex BB 5 44 0 61 40 1B 153 5F 26
Octal 273 5 104 0 141 100 33 523 137 46
Binary 10111011 101 1000100 0 1100001 1000000 11011 101010011 1011111 100110

Color Harmonies of #BB0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0544

Black with #BB0544

Text Example


Text Example

White with #BB0544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0544; }

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

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

background-color css

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

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

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

border-color css

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

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

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