Html Css Color HEX #BD184C Cardinal

📋 copy color: '#BD184C'

red 189 ◦ green 24 ◦ blue 76

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

Shades of Cardinal #BD184C

Tints of Cardinal #BD184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 65.4%
G = 8.3%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD184C (or 0xBD184C) is known color: Cardinal. HEX triplet: BD, 18 and 4C. RGB value is (189,24,76). Sum of RGB (Red+Green+Blue) = 189+24+76=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD184C is #42E7B3. Grayscale: #4F4F4F. Windows color (decimal): -4384692 or 4987069. OLE color: 4987069.

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

Color convert

RGB 189 24 76 -
CMYK 0 0.87 0.60 0.26
HSL 341.09º 0.77% 0.42% -
HSV(B) 341.09º 0.87% 0.74% -
XYZ 22.62 11.99 7.96 -
YUV 79.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 189 24 76 0 0.87 0.60 0.26 341.09 0.77 0.42
Hex BD 18 4C 0 57 3C 1A 155 4D 2A
Octal 275 30 114 0 127 74 32 525 115 52
Binary 10111101 11000 1001100 0 1010111 111100 11010 101010101 1001101 101010

Color Harmonies of #BD184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD184C

Black with #BD184C

Text Example


Text Example

White with #BD184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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