Html Css Color HEX #BB1348 Cardinal

📋 copy color: '#BB1348'

red 187 ◦ green 19 ◦ blue 72

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

Shades of Cardinal #BB1348

Tints of Cardinal #BB1348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 67.27%
G = 6.83%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB1348 (or 0xBB1348) is known color: Cardinal. HEX triplet: BB, 13 and 48. RGB value is (187,19,72). Sum of RGB (Red+Green+Blue) = 187+19+72=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1348 is #44ECB7. Grayscale: #4B4B4B. Windows color (decimal): -4517048 or 4723643. OLE color: 4723643.

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

Color convert

RGB 187 19 72 -
CMYK 0 0.90 0.61 0.27
HSL 341.07º 0.82% 0.4% -
HSV(B) 341.07º 0.9% 0.73% -
XYZ 21.9 11.5 7.2 -
YUV 75.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 187 19 72 0 0.90 0.61 0.27 341.07 0.82 0.4
Hex BB 13 48 0 5A 3D 1B 155 52 28
Octal 273 23 110 0 132 75 33 525 122 50
Binary 10111011 10011 1001000 0 1011010 111101 11011 101010101 1010010 101000

Color Harmonies of #BB1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1348

Black with #BB1348

Text Example


Text Example

White with #BB1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1348; }

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

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

background-color css

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

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

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

border-color css

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

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

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