Html Css Color HEX #BB173E Cardinal

📋 copy color: '#BB173E'

red 187 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #BB173E

Tints of Cardinal #BB173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 68.75%
G = 8.46%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB173E (or 0xBB173E) is known color: Cardinal. HEX triplet: BB, 17 and 3E. RGB value is (187,23,62). Sum of RGB (Red+Green+Blue) = 187+23+62=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173E is #44E8C1. Grayscale: #4C4C4C. Windows color (decimal): -4516034 or 4069307. OLE color: 4069307.

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

Color convert

RGB 187 23 62 -
CMYK 0 0.88 0.67 0.27
HSL 345.73º 0.78% 0.41% -
HSV(B) 345.73º 0.88% 0.73% -
XYZ 21.67 11.53 5.64 -
YUV 76.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 187 23 62 0 0.88 0.67 0.27 345.73 0.78 0.41
Hex BB 17 3E 0 58 43 1B 15A 4E 29
Octal 273 27 76 0 130 103 33 532 116 51
Binary 10111011 10111 111110 0 1011000 1000011 11011 101011010 1001110 101001

Color Harmonies of #BB173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB173E

Black with #BB173E

Text Example


Text Example

White with #BB173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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