Html Css Color HEX #BB0040 Cardinal

📋 copy color: '#BB0040'

red 187 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #BB0040

Tints of Cardinal #BB0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.5%
G = 0%
B = 25.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB0040 (or 0xBB0040) is known color: Cardinal. HEX triplet: BB, 00 and 40. RGB value is (187,0,64). Sum of RGB (Red+Green+Blue) = 187+0+64=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0040 is #44FFBF. Grayscale: #3F3F3F. Windows color (decimal): -4521920 or 4194491. OLE color: 4194491.

HSL color Cylindrical-coordinate representation of color #BB0040: hue angle of 339.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0040 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 64 -
CMYK 0 1 0.66 0.27
HSL 339.47º 1% 0.37% -
HSV(B) 339.47º 1% 0.73% -
XYZ 21.42 10.93 5.83 -
YUV 63.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 187 0 64 0 1 0.66 0.27 339.47 1 0.37
Hex BB 0 40 0 64 42 1B 153 64 25
Octal 273 0 100 0 144 102 33 523 144 45
Binary 10111011 0 1000000 0 1100100 1000010 11011 101010011 1100100 100101

Color Harmonies of #BB0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0040

Black with #BB0040

Text Example


Text Example

White with #BB0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0040; }

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

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

background-color css

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

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

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

border-color css

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

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

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