Html Css Color HEX #BD154C Cardinal

📋 copy color: '#BD154C'

red 189 ◦ green 21 ◦ blue 76

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

Shades of Cardinal #BD154C

Tints of Cardinal #BD154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 66.08%
G = 7.34%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD154C (or 0xBD154C) is known color: Cardinal. HEX triplet: BD, 15 and 4C. RGB value is (189,21,76). Sum of RGB (Red+Green+Blue) = 189+21+76=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD154C is #42EAB3. Grayscale: #4D4D4D. Windows color (decimal): -4385460 or 4986301. OLE color: 4986301.

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

Color convert

RGB 189 21 76 -
CMYK 0 0.89 0.60 0.26
HSL 340.36º 0.8% 0.41% -
HSV(B) 340.36º 0.89% 0.74% -
XYZ 22.56 11.88 7.94 -
YUV 77.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 189 21 76 0 0.89 0.60 0.26 340.36 0.8 0.41
Hex BD 15 4C 0 59 3C 1A 154 50 29
Octal 275 25 114 0 131 74 32 524 120 51
Binary 10111101 10101 1001100 0 1011001 111100 11010 101010100 1010000 101001

Color Harmonies of #BD154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD154C

Black with #BD154C

Text Example


Text Example

White with #BD154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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