Html Css Color HEX #BD053B Cardinal

📋 copy color: '#BD053B'

red 189 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #BD053B

Tints of Cardinal #BD053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 74.7%
G = 1.98%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD053B (or 0xBD053B) is known color: Cardinal. HEX triplet: BD, 05 and 3B. RGB value is (189,5,59). Sum of RGB (Red+Green+Blue) = 189+5+59=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD053B is #42FAC4. Grayscale: #424242. Windows color (decimal): -4389573 or 3868093. OLE color: 3868093.

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

Color convert

RGB 189 5 59 -
CMYK 0 0.97 0.69 0.26
HSL 342.39º 0.95% 0.38% -
HSV(B) 342.39º 0.97% 0.74% -
XYZ 21.83 11.24 5.16 -
YUV 66.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 189 5 59 0 0.97 0.69 0.26 342.39 0.95 0.38
Hex BD 5 3B 0 61 45 1A 156 5F 26
Octal 275 5 73 0 141 105 32 526 137 46
Binary 10111101 101 111011 0 1100001 1000101 11010 101010110 1011111 100110

Color Harmonies of #BD053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD053B

Black with #BD053B

Text Example


Text Example

White with #BD053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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