Html Css Color HEX #BB0144 Cardinal

📋 copy color: '#BB0144'

red 187 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #BB0144

Tints of Cardinal #BB0144

RGB

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

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

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

R = 73.05%
G = 0.39%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB0144 (or 0xBB0144) is known color: Cardinal. HEX triplet: BB, 01 and 44. RGB value is (187,1,68). Sum of RGB (Red+Green+Blue) = 187+1+68=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0144 is #44FEBB. Grayscale: #404040. Windows color (decimal): -4521660 or 4456891. OLE color: 4456891.

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

Color convert

RGB 187 1 68 -
CMYK 0 0.99 0.64 0.27
HSL 338.39º 0.99% 0.37% -
HSV(B) 338.39º 0.99% 0.73% -
XYZ 21.55 11 6.46 -
YUV 64.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 187 1 68 0 0.99 0.64 0.27 338.39 0.99 0.37
Hex BB 1 44 0 63 40 1B 152 63 25
Octal 273 1 104 0 143 100 33 522 143 45
Binary 10111011 1 1000100 0 1100011 1000000 11011 101010010 1100011 100101

Color Harmonies of #BB0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0144

Black with #BB0144

Text Example


Text Example

White with #BB0144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0144; }

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

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

background-color css

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

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

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

border-color css

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

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

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