Html Css Color HEX #BD0E2D Cardinal

📋 copy color: '#BD0E2D'

red 189 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #BD0E2D

Tints of Cardinal #BD0E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 76.21%
G = 5.65%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD0E2D (or 0xBD0E2D) is known color: Cardinal. HEX triplet: BD, 0E and 2D. RGB value is (189,14,45). Sum of RGB (Red+Green+Blue) = 189+14+45=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E2D is #42F1D2. Grayscale: #454545. Windows color (decimal): -4387283 or 2952893. OLE color: 2952893.

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

Color convert

RGB 189 14 45 -
CMYK 0 0.93 0.76 0.26
HSL 349.37º 0.86% 0.4% -
HSV(B) 349.37º 0.93% 0.74% -
XYZ 21.62 11.32 3.53 -
YUV 69.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 189 14 45 0 0.93 0.76 0.26 349.37 0.86 0.4
Hex BD E 2D 0 5D 4C 1A 15D 56 28
Octal 275 16 55 0 135 114 32 535 126 50
Binary 10111101 1110 101101 0 1011101 1001100 11010 101011101 1010110 101000

Color Harmonies of #BD0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E2D

Black with #BD0E2D

Text Example


Text Example

White with #BD0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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