Html Css Color HEX #BD0D4A Cardinal

📋 copy color: '#BD0D4A'

red 189 ◦ green 13 ◦ blue 74

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

Shades of Cardinal #BD0D4A

Tints of Cardinal #BD0D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 68.48%
G = 4.71%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD0D4A (or 0xBD0D4A) is known color: Cardinal. HEX triplet: BD, 0D and 4A. RGB value is (189,13,74). Sum of RGB (Red+Green+Blue) = 189+13+74=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0D4A is #42F2B5. Grayscale: #484848. Windows color (decimal): -4387510 or 4853181. OLE color: 4853181.

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

Color convert

RGB 189 13 74 -
CMYK 0 0.93 0.61 0.26
HSL 339.2º 0.87% 0.4% -
HSV(B) 339.2º 0.93% 0.74% -
XYZ 22.37 11.6 7.54 -
YUV 72.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 189 13 74 0 0.93 0.61 0.26 339.2 0.87 0.4
Hex BD D 4A 0 5D 3D 1A 153 57 28
Octal 275 15 112 0 135 75 32 523 127 50
Binary 10111101 1101 1001010 0 1011101 111101 11010 101010011 1010111 101000

Color Harmonies of #BD0D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0D4A

Black with #BD0D4A

Text Example


Text Example

White with #BD0D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0D4A; }

 p { color: rgb(189,13,74); }

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

background-color css

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

 a { background-color: rgb(189,13,74); }

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

border-color css

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

 span { border-color: rgb(189,13,74); }

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