Html Css Color HEX #BD0E4E Cardinal

📋 copy color: '#BD0E4E'

red 189 ◦ green 14 ◦ blue 78

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

Shades of Cardinal #BD0E4E

Tints of Cardinal #BD0E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 67.26%
G = 4.98%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD0E4E (or 0xBD0E4E) is known color: Cardinal. HEX triplet: BD, 0E and 4E. RGB value is (189,14,78). Sum of RGB (Red+Green+Blue) = 189+14+78=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E4E is #42F1B1. Grayscale: #494949. Windows color (decimal): -4387250 or 5115581. OLE color: 5115581.

HSL color Cylindrical-coordinate representation of color #BD0E4E: hue angle of 338.06º degrees, saturation: 0.86, 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 #BD0E4E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 78 -
CMYK 0 0.93 0.59 0.26
HSL 338.06º 0.86% 0.4% -
HSV(B) 338.06º 0.93% 0.74% -
XYZ 22.52 11.68 8.28 -
YUV 73.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 189 14 78 0 0.93 0.59 0.26 338.06 0.86 0.4
Hex BD E 4E 0 5D 3B 1A 152 56 28
Octal 275 16 116 0 135 73 32 522 126 50
Binary 10111101 1110 1001110 0 1011101 111011 11010 101010010 1010110 101000

Color Harmonies of #BD0E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E4E

Black with #BD0E4E

Text Example


Text Example

White with #BD0E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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