Html Css Color HEX #BB0140 Cardinal

📋 copy color: '#BB0140'

red 187 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #BB0140

Tints of Cardinal #BB0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 74.21%
G = 0.4%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB0140 (or 0xBB0140) is known color: Cardinal. HEX triplet: BB, 01 and 40. RGB value is (187,1,64). Sum of RGB (Red+Green+Blue) = 187+1+64=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0140 is #44FEBF. Grayscale: #3F3F3F. Windows color (decimal): -4521664 or 4194747. OLE color: 4194747.

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

Color convert

RGB 187 1 64 -
CMYK 0 0.99 0.66 0.27
HSL 339.68º 0.99% 0.37% -
HSV(B) 339.68º 0.99% 0.73% -
XYZ 21.43 10.96 5.84 -
YUV 63.8 128.12 215.88 -
System Red Green Blue C M Y K H S L
Decimal 187 1 64 0 0.99 0.66 0.27 339.68 0.99 0.37
Hex BB 1 40 0 63 42 1B 154 63 25
Octal 273 1 100 0 143 102 33 524 143 45
Binary 10111011 1 1000000 0 1100011 1000010 11011 101010100 1100011 100101

Color Harmonies of #BB0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0140

Black with #BB0140

Text Example


Text Example

White with #BB0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0140; }

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

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

background-color css

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

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

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

border-color css

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

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

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