Html Css Color HEX #BD052E Cardinal

📋 copy color: '#BD052E'

red 189 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #BD052E

Tints of Cardinal #BD052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 78.75%
G = 2.08%
B = 19.17%

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

#BD052E (or 0xBD052E) is known color: Cardinal. HEX triplet: BD, 05 and 2E. RGB value is (189,5,46). Sum of RGB (Red+Green+Blue) = 189+5+46=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD052E is #42FAD1. Grayscale: #404040. Windows color (decimal): -4389586 or 3016125. OLE color: 3016125.

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

Color convert

RGB 189 5 46 -
CMYK 0 0.97 0.76 0.26
HSL 346.63º 0.95% 0.38% -
HSV(B) 346.63º 0.97% 0.74% -
XYZ 21.53 11.12 3.6 -
YUV 64.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 189 5 46 0 0.97 0.76 0.26 346.63 0.95 0.38
Hex BD 5 2E 0 61 4C 1A 15B 5F 26
Octal 275 5 56 0 141 114 32 533 137 46
Binary 10111101 101 101110 0 1100001 1001100 11010 101011011 1011111 100110

Color Harmonies of #BD052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD052E

Black with #BD052E

Text Example


Text Example

White with #BD052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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