Html Css Color HEX #BD124E Cardinal

📋 copy color: '#BD124E'

red 189 ◦ green 18 ◦ blue 78

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

Shades of Cardinal #BD124E

Tints of Cardinal #BD124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 66.32%
G = 6.32%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD124E (or 0xBD124E) is known color: Cardinal. HEX triplet: BD, 12 and 4E. RGB value is (189,18,78). Sum of RGB (Red+Green+Blue) = 189+18+78=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD124E is #42EDB1. Grayscale: #4B4B4B. Windows color (decimal): -4386226 or 5116605. OLE color: 5116605.

HSL color Cylindrical-coordinate representation of color #BD124E: hue angle of 338.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD124E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 78 -
CMYK 0 0.90 0.59 0.26
HSL 338.95º 0.83% 0.41% -
HSV(B) 338.95º 0.9% 0.74% -
XYZ 22.58 11.8 8.3 -
YUV 75.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 189 18 78 0 0.90 0.59 0.26 338.95 0.83 0.41
Hex BD 12 4E 0 5A 3B 1A 153 53 29
Octal 275 22 116 0 132 73 32 523 123 51
Binary 10111101 10010 1001110 0 1011010 111011 11010 101010011 1010011 101001

Color Harmonies of #BD124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD124E

Black with #BD124E

Text Example


Text Example

White with #BD124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD124E; }

 p { color: rgb(189,18,78); }

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

background-color css

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

 a { background-color: rgb(189,18,78); }

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

border-color css

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

 span { border-color: rgb(189,18,78); }

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