Html Css Color HEX #BD114D Cardinal

📋 copy color: '#BD114D'

red 189 ◦ green 17 ◦ blue 77

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

Shades of Cardinal #BD114D

Tints of Cardinal #BD114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

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

R = 66.78%
G = 6.01%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD114D (or 0xBD114D) is known color: Cardinal. HEX triplet: BD, 11 and 4D. RGB value is (189,17,77). Sum of RGB (Red+Green+Blue) = 189+17+77=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD114D is #42EEB2. Grayscale: #4B4B4B. Windows color (decimal): -4386483 or 5050813. OLE color: 5050813.

HSL color Cylindrical-coordinate representation of color #BD114D: hue angle of 339.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD114D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 77 -
CMYK 0 0.91 0.59 0.26
HSL 339.07º 0.83% 0.4% -
HSV(B) 339.07º 0.91% 0.74% -
XYZ 22.53 11.76 8.1 -
YUV 75.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 189 17 77 0 0.91 0.59 0.26 339.07 0.83 0.4
Hex BD 11 4D 0 5B 3B 1A 153 53 28
Octal 275 21 115 0 133 73 32 523 123 50
Binary 10111101 10001 1001101 0 1011011 111011 11010 101010011 1010011 101000

Color Harmonies of #BD114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD114D

Black with #BD114D

Text Example


Text Example

White with #BD114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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