Html Css Color HEX #BB0540 Cardinal

📋 copy color: '#BB0540'

red 187 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #BB0540

Tints of Cardinal #BB0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 73.05%
G = 1.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB0540 (or 0xBB0540) is known color: Cardinal. HEX triplet: BB, 05 and 40. RGB value is (187,5,64). Sum of RGB (Red+Green+Blue) = 187+5+64=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0540 is #44FABF. Grayscale: #424242. Windows color (decimal): -4520640 or 4195771. OLE color: 4195771.

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

Color convert

RGB 187 5 64 -
CMYK 0 0.97 0.66 0.27
HSL 340.55º 0.95% 0.38% -
HSV(B) 340.55º 0.97% 0.73% -
XYZ 21.47 11.04 5.85 -
YUV 66.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 187 5 64 0 0.97 0.66 0.27 340.55 0.95 0.38
Hex BB 5 40 0 61 42 1B 155 5F 26
Octal 273 5 100 0 141 102 33 525 137 46
Binary 10111011 101 1000000 0 1100001 1000010 11011 101010101 1011111 100110

Color Harmonies of #BB0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0540

Black with #BB0540

Text Example


Text Example

White with #BB0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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