Html Css Color HEX #BD124F Cardinal

📋 copy color: '#BD124F'

red 189 ◦ green 18 ◦ blue 79

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

Shades of Cardinal #BD124F

Tints of Cardinal #BD124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 66.08%
G = 6.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD124F (or 0xBD124F) is known color: Cardinal. HEX triplet: BD, 12 and 4F. RGB value is (189,18,79). Sum of RGB (Red+Green+Blue) = 189+18+79=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD124F is #42EDB0. Grayscale: #4C4C4C. Windows color (decimal): -4386225 or 5182141. OLE color: 5182141.

HSL color Cylindrical-coordinate representation of color #BD124F: hue angle of 338.6º 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 #BD124F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 79 -
CMYK 0 0.90 0.58 0.26
HSL 338.6º 0.83% 0.41% -
HSV(B) 338.6º 0.9% 0.74% -
XYZ 22.61 11.82 8.49 -
YUV 76.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 189 18 79 0 0.90 0.58 0.26 338.6 0.83 0.41
Hex BD 12 4F 0 5A 3A 1A 153 53 29
Octal 275 22 117 0 132 72 32 523 123 51
Binary 10111101 10010 1001111 0 1011010 111010 11010 101010011 1010011 101001

Color Harmonies of #BD124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD124F

Black with #BD124F

Text Example


Text Example

White with #BD124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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