Html Css Color HEX #BD114C Cardinal

📋 copy color: '#BD114C'

red 189 ◦ green 17 ◦ blue 76

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

Shades of Cardinal #BD114C

Tints of Cardinal #BD114C

RGB

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

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

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

R = 67.02%
G = 6.03%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD114C (or 0xBD114C) is known color: Cardinal. HEX triplet: BD, 11 and 4C. RGB value is (189,17,76). Sum of RGB (Red+Green+Blue) = 189+17+76=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD114C is #42EEB3. Grayscale: #4B4B4B. Windows color (decimal): -4386484 or 4985277. OLE color: 4985277.

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

Color convert

RGB 189 17 76 -
CMYK 0 0.91 0.60 0.26
HSL 339.42º 0.83% 0.4% -
HSV(B) 339.42º 0.91% 0.74% -
XYZ 22.49 11.74 7.92 -
YUV 75.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 189 17 76 0 0.91 0.60 0.26 339.42 0.83 0.4
Hex BD 11 4C 0 5B 3C 1A 153 53 28
Octal 275 21 114 0 133 74 32 523 123 50
Binary 10111101 10001 1001100 0 1011011 111100 11010 101010011 1010011 101000

Color Harmonies of #BD114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD114C

Black with #BD114C

Text Example


Text Example

White with #BD114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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