Html Css Color HEX #BD1E47 Cardinal

📋 copy color: '#BD1E47'

red 189 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #BD1E47

Tints of Cardinal #BD1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 65.17%
G = 10.34%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD1E47 (or 0xBD1E47) is known color: Cardinal. HEX triplet: BD, 1E and 47. RGB value is (189,30,71). Sum of RGB (Red+Green+Blue) = 189+30+71=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E47 is #42E1B8. Grayscale: #525252. Windows color (decimal): -4383161 or 4660925. OLE color: 4660925.

HSL color Cylindrical-coordinate representation of color #BD1E47: hue angle of 344.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E47 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 71 -
CMYK 0 0.84 0.62 0.26
HSL 344.53º 0.73% 0.43% -
HSV(B) 344.53º 0.84% 0.74% -
XYZ 22.59 12.2 7.13 -
YUV 82.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 189 30 71 0 0.84 0.62 0.26 344.53 0.73 0.43
Hex BD 1E 47 0 54 3E 1A 159 49 2B
Octal 275 36 107 0 124 76 32 531 111 53
Binary 10111101 11110 1000111 0 1010100 111110 11010 101011001 1001001 101011

Color Harmonies of #BD1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E47

Black with #BD1E47

Text Example


Text Example

White with #BD1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E47; }

 p { color: rgb(189,30,71); }

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

background-color css

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

 a { background-color: rgb(189,30,71); }

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

border-color css

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

 span { border-color: rgb(189,30,71); }

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