Html Css Color HEX #BB134E Cardinal

📋 copy color: '#BB134E'

red 187 ◦ green 19 ◦ blue 78

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

Shades of Cardinal #BB134E

Tints of Cardinal #BB134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 65.85%
G = 6.69%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB134E (or 0xBB134E) is known color: Cardinal. HEX triplet: BB, 13 and 4E. RGB value is (187,19,78). Sum of RGB (Red+Green+Blue) = 187+19+78=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB134E is #44ECB1. Grayscale: #4B4B4B. Windows color (decimal): -4517042 or 5116859. OLE color: 5116859.

HSL color Cylindrical-coordinate representation of color #BB134E: hue angle of 338.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB134E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 78 -
CMYK 0 0.90 0.58 0.27
HSL 338.93º 0.82% 0.4% -
HSV(B) 338.93º 0.9% 0.73% -
XYZ 22.1 11.58 8.28 -
YUV 75.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 187 19 78 0 0.90 0.58 0.27 338.93 0.82 0.4
Hex BB 13 4E 0 5A 3A 1B 153 52 28
Octal 273 23 116 0 132 72 33 523 122 50
Binary 10111011 10011 1001110 0 1011010 111010 11011 101010011 1010010 101000

Color Harmonies of #BB134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB134E

Black with #BB134E

Text Example


Text Example

White with #BB134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB134E; }

 p { color: rgb(187,19,78); }

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

background-color css

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

 a { background-color: rgb(187,19,78); }

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

border-color css

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

 span { border-color: rgb(187,19,78); }

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