Html Css Color HEX #BB173C Cardinal

📋 copy color: '#BB173C'

red 187 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #BB173C

Tints of Cardinal #BB173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 69.26%
G = 8.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB173C (or 0xBB173C) is known color: Cardinal. HEX triplet: BB, 17 and 3C. RGB value is (187,23,60). Sum of RGB (Red+Green+Blue) = 187+23+60=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173C is #44E8C3. Grayscale: #4C4C4C. Windows color (decimal): -4516036 or 3938235. OLE color: 3938235.

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

Color convert

RGB 187 23 60 -
CMYK 0 0.88 0.68 0.27
HSL 346.46º 0.78% 0.41% -
HSV(B) 346.46º 0.88% 0.73% -
XYZ 21.62 11.5 5.36 -
YUV 76.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 187 23 60 0 0.88 0.68 0.27 346.46 0.78 0.41
Hex BB 17 3C 0 58 44 1B 15A 4E 29
Octal 273 27 74 0 130 104 33 532 116 51
Binary 10111011 10111 111100 0 1011000 1000100 11011 101011010 1001110 101001

Color Harmonies of #BB173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB173C

Black with #BB173C

Text Example


Text Example

White with #BB173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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