Html Css Color HEX #BB134B Cardinal

📋 copy color: '#BB134B'

red 187 ◦ green 19 ◦ blue 75

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

Shades of Cardinal #BB134B

Tints of Cardinal #BB134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.69%

R = 66.55%
G = 6.76%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB134B (or 0xBB134B) is known color: Cardinal. HEX triplet: BB, 13 and 4B. RGB value is (187,19,75). Sum of RGB (Red+Green+Blue) = 187+19+75=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB134B is #44ECB4. Grayscale: #4B4B4B. Windows color (decimal): -4517045 or 4920251. OLE color: 4920251.

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

Color convert

RGB 187 19 75 -
CMYK 0 0.90 0.60 0.27
HSL 340º 0.82% 0.4% -
HSV(B) 340º 0.9% 0.73% -
XYZ 22 11.54 7.72 -
YUV 75.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 187 19 75 0 0.90 0.60 0.27 340 0.82 0.4
Hex BB 13 4B 0 5A 3C 1B 154 52 28
Octal 273 23 113 0 132 74 33 524 122 50
Binary 10111011 10011 1001011 0 1011010 111100 11011 101010100 1010010 101000

Color Harmonies of #BB134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB134B

Black with #BB134B

Text Example


Text Example

White with #BB134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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