Html Css Color HEX #BD164C Cardinal

📋 copy color: '#BD164C'

red 189 ◦ green 22 ◦ blue 76

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

Shades of Cardinal #BD164C

Tints of Cardinal #BD164C

RGB

 RED value IS 189 (74.22% from 255) = 65.85%

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

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

R = 65.85%
G = 7.67%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD164C (or 0xBD164C) is known color: Cardinal. HEX triplet: BD, 16 and 4C. RGB value is (189,22,76). Sum of RGB (Red+Green+Blue) = 189+22+76=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD164C is #42E9B3. Grayscale: #4E4E4E. Windows color (decimal): -4385204 or 4986557. OLE color: 4986557.

HSL color Cylindrical-coordinate representation of color #BD164C: hue angle of 340.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD164C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 76 -
CMYK 0 0.88 0.60 0.26
HSL 340.6º 0.79% 0.41% -
HSV(B) 340.6º 0.88% 0.74% -
XYZ 22.58 11.91 7.95 -
YUV 78.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 189 22 76 0 0.88 0.60 0.26 340.6 0.79 0.41
Hex BD 16 4C 0 58 3C 1A 155 4F 29
Octal 275 26 114 0 130 74 32 525 117 51
Binary 10111101 10110 1001100 0 1011000 111100 11010 101010101 1001111 101001

Color Harmonies of #BD164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD164C

Black with #BD164C

Text Example


Text Example

White with #BD164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD164C; }

 p { color: rgb(189,22,76); }

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

background-color css

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

 a { background-color: rgb(189,22,76); }

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

border-color css

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

 span { border-color: rgb(189,22,76); }

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