Html Css Color HEX #BD043B Cardinal

📋 copy color: '#BD043B'

red 189 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #BD043B

Tints of Cardinal #BD043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 75%
G = 1.59%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD043B (or 0xBD043B) is known color: Cardinal. HEX triplet: BD, 04 and 3B. RGB value is (189,4,59). Sum of RGB (Red+Green+Blue) = 189+4+59=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD043B is #42FBC4. Grayscale: #414141. Windows color (decimal): -4389829 or 3867837. OLE color: 3867837.

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

Color convert

RGB 189 4 59 -
CMYK 0 0.98 0.69 0.26
HSL 342.16º 0.96% 0.38% -
HSV(B) 342.16º 0.98% 0.74% -
XYZ 21.82 11.22 5.15 -
YUV 65.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 189 4 59 0 0.98 0.69 0.26 342.16 0.96 0.38
Hex BD 4 3B 0 62 45 1A 156 60 26
Octal 275 4 73 0 142 105 32 526 140 46
Binary 10111101 100 111011 0 1100010 1000101 11010 101010110 1100000 100110

Color Harmonies of #BD043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD043B

Black with #BD043B

Text Example


Text Example

White with #BD043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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