Html Css Color HEX #BD0F2D Cardinal

📋 copy color: '#BD0F2D'

red 189 ◦ green 15 ◦ blue 45

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

Shades of Cardinal #BD0F2D

Tints of Cardinal #BD0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

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

R = 75.9%
G = 6.02%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD0F2D (or 0xBD0F2D) is known color: Cardinal. HEX triplet: BD, 0F and 2D. RGB value is (189,15,45). Sum of RGB (Red+Green+Blue) = 189+15+45=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F2D is #42F0D2. Grayscale: #464646. Windows color (decimal): -4387027 or 2953149. OLE color: 2953149.

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

Color convert

RGB 189 15 45 -
CMYK 0 0.92 0.76 0.26
HSL 349.66º 0.85% 0.4% -
HSV(B) 349.66º 0.92% 0.74% -
XYZ 21.63 11.35 3.53 -
YUV 70.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 189 15 45 0 0.92 0.76 0.26 349.66 0.85 0.4
Hex BD F 2D 0 5C 4C 1A 15E 55 28
Octal 275 17 55 0 134 114 32 536 125 50
Binary 10111101 1111 101101 0 1011100 1001100 11010 101011110 1010101 101000

Color Harmonies of #BD0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F2D

Black with #BD0F2D

Text Example


Text Example

White with #BD0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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