Html Css Color HEX #BD052D Cardinal

📋 copy color: '#BD052D'

red 189 ◦ green 5 ◦ blue 45

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

Shades of Cardinal #BD052D

Tints of Cardinal #BD052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 79.08%
G = 2.09%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD052D (or 0xBD052D) is known color: Cardinal. HEX triplet: BD, 05 and 2D. RGB value is (189,5,45). Sum of RGB (Red+Green+Blue) = 189+5+45=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD052D is #42FAD2. Grayscale: #404040. Windows color (decimal): -4389587 or 2950589. OLE color: 2950589.

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

Color convert

RGB 189 5 45 -
CMYK 0 0.97 0.76 0.26
HSL 346.96º 0.95% 0.38% -
HSV(B) 346.96º 0.97% 0.74% -
XYZ 21.51 11.12 3.49 -
YUV 64.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 189 5 45 0 0.97 0.76 0.26 346.96 0.95 0.38
Hex BD 5 2D 0 61 4C 1A 15B 5F 26
Octal 275 5 55 0 141 114 32 533 137 46
Binary 10111101 101 101101 0 1100001 1001100 11010 101011011 1011111 100110

Color Harmonies of #BD052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD052D

Black with #BD052D

Text Example


Text Example

White with #BD052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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