Html Css Color HEX #BD043D Cardinal

📋 copy color: '#BD043D'

red 189 ◦ green 4 ◦ blue 61

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

Shades of Cardinal #BD043D

Tints of Cardinal #BD043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 74.41%
G = 1.57%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD043D (or 0xBD043D) is known color: Cardinal. HEX triplet: BD, 04 and 3D. RGB value is (189,4,61). Sum of RGB (Red+Green+Blue) = 189+4+61=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD043D is #42FBC2. Grayscale: #414141. Windows color (decimal): -4389827 or 3998909. OLE color: 3998909.

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

Color convert

RGB 189 4 61 -
CMYK 0 0.98 0.68 0.26
HSL 341.51º 0.96% 0.38% -
HSV(B) 341.51º 0.98% 0.74% -
XYZ 21.87 11.24 5.43 -
YUV 65.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 189 4 61 0 0.98 0.68 0.26 341.51 0.96 0.38
Hex BD 4 3D 0 62 44 1A 156 60 26
Octal 275 4 75 0 142 104 32 526 140 46
Binary 10111101 100 111101 0 1100010 1000100 11010 101010110 1100000 100110

Color Harmonies of #BD043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD043D

Black with #BD043D

Text Example


Text Example

White with #BD043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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