Html Css Color HEX #BD164D Cardinal

📋 copy color: '#BD164D'

red 189 ◦ green 22 ◦ blue 77

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

Shades of Cardinal #BD164D

Tints of Cardinal #BD164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 65.63%
G = 7.64%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD164D (or 0xBD164D) is known color: Cardinal. HEX triplet: BD, 16 and 4D. RGB value is (189,22,77). Sum of RGB (Red+Green+Blue) = 189+22+77=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD164D is #42E9B2. Grayscale: #4E4E4E. Windows color (decimal): -4385203 or 5052093. OLE color: 5052093.

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

Color convert

RGB 189 22 77 -
CMYK 0 0.88 0.59 0.26
HSL 340.24º 0.79% 0.41% -
HSV(B) 340.24º 0.88% 0.74% -
XYZ 22.61 11.93 8.13 -
YUV 78.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 189 22 77 0 0.88 0.59 0.26 340.24 0.79 0.41
Hex BD 16 4D 0 58 3B 1A 154 4F 29
Octal 275 26 115 0 130 73 32 524 117 51
Binary 10111101 10110 1001101 0 1011000 111011 11010 101010100 1001111 101001

Color Harmonies of #BD164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD164D

Black with #BD164D

Text Example


Text Example

White with #BD164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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