Html Css Color HEX #BD053E Cardinal

📋 copy color: '#BD053E'

red 189 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #BD053E

Tints of Cardinal #BD053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 73.83%
G = 1.95%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD053E (or 0xBD053E) is known color: Cardinal. HEX triplet: BD, 05 and 3E. RGB value is (189,5,62). Sum of RGB (Red+Green+Blue) = 189+5+62=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD053E is #42FAC1. Grayscale: #424242. Windows color (decimal): -4389570 or 4064701. OLE color: 4064701.

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

Color convert

RGB 189 5 62 -
CMYK 0 0.97 0.67 0.26
HSL 341.41º 0.95% 0.38% -
HSV(B) 341.41º 0.97% 0.74% -
XYZ 21.91 11.28 5.58 -
YUV 66.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 189 5 62 0 0.97 0.67 0.26 341.41 0.95 0.38
Hex BD 5 3E 0 61 43 1A 155 5F 26
Octal 275 5 76 0 141 103 32 525 137 46
Binary 10111101 101 111110 0 1100001 1000011 11010 101010101 1011111 100110

Color Harmonies of #BD053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD053E

Black with #BD053E

Text Example


Text Example

White with #BD053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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