Html Css Color HEX #BB174C Cardinal

📋 copy color: '#BB174C'

red 187 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #BB174C

Tints of Cardinal #BB174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 65.38%
G = 8.04%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB174C (or 0xBB174C) is known color: Cardinal. HEX triplet: BB, 17 and 4C. RGB value is (187,23,76). Sum of RGB (Red+Green+Blue) = 187+23+76=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB174C is #44E8B3. Grayscale: #4E4E4E. Windows color (decimal): -4516020 or 4986811. OLE color: 4986811.

HSL color Cylindrical-coordinate representation of color #BB174C: hue angle of 340.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB174C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 76 -
CMYK 0 0.88 0.59 0.27
HSL 340.61º 0.78% 0.41% -
HSV(B) 340.61º 0.88% 0.73% -
XYZ 22.1 11.7 7.93 -
YUV 78.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 187 23 76 0 0.88 0.59 0.27 340.61 0.78 0.41
Hex BB 17 4C 0 58 3B 1B 155 4E 29
Octal 273 27 114 0 130 73 33 525 116 51
Binary 10111011 10111 1001100 0 1011000 111011 11011 101010101 1001110 101001

Color Harmonies of #BB174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB174C

Black with #BB174C

Text Example


Text Example

White with #BB174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB174C; }

 p { color: rgb(187,23,76); }

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

background-color css

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

 a { background-color: rgb(187,23,76); }

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

border-color css

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

 span { border-color: rgb(187,23,76); }

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