Html Css Color HEX #BD043C Cardinal

📋 copy color: '#BD043C'

red 189 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #BD043C

Tints of Cardinal #BD043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 74.7%
G = 1.58%
B = 23.72%

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

#BD043C (or 0xBD043C) is known color: Cardinal. HEX triplet: BD, 04 and 3C. RGB value is (189,4,60). Sum of RGB (Red+Green+Blue) = 189+4+60=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD043C is #42FBC3. Grayscale: #414141. Windows color (decimal): -4389828 or 3933373. OLE color: 3933373.

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

Color convert

RGB 189 4 60 -
CMYK 0 0.98 0.68 0.26
HSL 341.84º 0.96% 0.38% -
HSV(B) 341.84º 0.98% 0.74% -
XYZ 21.85 11.23 5.29 -
YUV 65.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 189 4 60 0 0.98 0.68 0.26 341.84 0.96 0.38
Hex BD 4 3C 0 62 44 1A 156 60 26
Octal 275 4 74 0 142 104 32 526 140 46
Binary 10111101 100 111100 0 1100010 1000100 11010 101010110 1100000 100110

Color Harmonies of #BD043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD043C

Black with #BD043C

Text Example


Text Example

White with #BD043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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