Html Css Color HEX #BB164A Cardinal

📋 copy color: '#BB164A'

red 187 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #BB164A

Tints of Cardinal #BB164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

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

R = 66.08%
G = 7.77%
B = 26.15%

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

#BB164A (or 0xBB164A) is known color: Cardinal. HEX triplet: BB, 16 and 4A. RGB value is (187,22,74). Sum of RGB (Red+Green+Blue) = 187+22+74=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB164A is #44E9B5. Grayscale: #4D4D4D. Windows color (decimal): -4516278 or 4855483. OLE color: 4855483.

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

Color convert

RGB 187 22 74 -
CMYK 0 0.88 0.60 0.27
HSL 341.09º 0.79% 0.41% -
HSV(B) 341.09º 0.88% 0.73% -
XYZ 22.02 11.63 7.56 -
YUV 77.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 187 22 74 0 0.88 0.60 0.27 341.09 0.79 0.41
Hex BB 16 4A 0 58 3C 1B 155 4F 29
Octal 273 26 112 0 130 74 33 525 117 51
Binary 10111011 10110 1001010 0 1011000 111100 11011 101010101 1001111 101001

Color Harmonies of #BB164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB164A

Black with #BB164A

Text Example


Text Example

White with #BB164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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