Html Css Color HEX #BB0543 Cardinal

📋 copy color: '#BB0543'

red 187 ◦ green 5 ◦ blue 67

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

Shades of Cardinal #BB0543

Tints of Cardinal #BB0543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.87%

R = 72.2%
G = 1.93%
B = 25.87%

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

#BB0543 (or 0xBB0543) is known color: Cardinal. HEX triplet: BB, 05 and 43. RGB value is (187,5,67). Sum of RGB (Red+Green+Blue) = 187+5+67=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0543 is #44FABC. Grayscale: #424242. Windows color (decimal): -4520637 or 4392379. OLE color: 4392379.

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

Color convert

RGB 187 5 67 -
CMYK 0 0.97 0.64 0.27
HSL 339.56º 0.95% 0.38% -
HSV(B) 339.56º 0.97% 0.73% -
XYZ 21.56 11.08 6.31 -
YUV 66.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 187 5 67 0 0.97 0.64 0.27 339.56 0.95 0.38
Hex BB 5 43 0 61 40 1B 154 5F 26
Octal 273 5 103 0 141 100 33 524 137 46
Binary 10111011 101 1000011 0 1100001 1000000 11011 101010100 1011111 100110

Color Harmonies of #BB0543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0543

Black with #BB0543

Text Example


Text Example

White with #BB0543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0543; }

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

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

background-color css

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

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

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

border-color css

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

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

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