Html Css Color HEX #BB174A Cardinal

📋 copy color: '#BB174A'

red 187 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #BB174A

Tints of Cardinal #BB174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 65.85%
G = 8.1%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB174A (or 0xBB174A) is known color: Cardinal. HEX triplet: BB, 17 and 4A. RGB value is (187,23,74). Sum of RGB (Red+Green+Blue) = 187+23+74=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB174A is #44E8B5. Grayscale: #4D4D4D. Windows color (decimal): -4516022 or 4855739. OLE color: 4855739.

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

Color convert

RGB 187 23 74 -
CMYK 0 0.88 0.60 0.27
HSL 341.34º 0.78% 0.41% -
HSV(B) 341.34º 0.88% 0.73% -
XYZ 22.04 11.67 7.57 -
YUV 77.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 187 23 74 0 0.88 0.60 0.27 341.34 0.78 0.41
Hex BB 17 4A 0 58 3C 1B 155 4E 29
Octal 273 27 112 0 130 74 33 525 116 51
Binary 10111011 10111 1001010 0 1011000 111100 11011 101010101 1001110 101001

Color Harmonies of #BB174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB174A

Black with #BB174A

Text Example


Text Example

White with #BB174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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