Html Css Color HEX #BD423A Medium Carmine

📋 copy color: '#BD423A'

red 189 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #BD423A

Tints of Medium Carmine #BD423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 60.38%
G = 21.09%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD423A (or 0xBD423A) is known color: Medium Carmine. HEX triplet: BD, 42 and 3A. RGB value is (189,66,58). Sum of RGB (Red+Green+Blue) = 189+66+58=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD423A is #42BDC5. Grayscale: #666666. Windows color (decimal): -4373958 or 3818173. OLE color: 3818173.

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

Color convert

RGB 189 66 58 -
CMYK 0 0.65 0.69 0.26
HSL 3.66º 0.53% 0.48% -
HSV(B) 3.66º 0.69% 0.74% -
XYZ 23.7 15.02 5.65 -
YUV 101.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 189 66 58 0 0.65 0.69 0.26 3.66 0.53 0.48
Hex BD 42 3A 0 41 45 1A 4 35 30
Octal 275 102 72 0 101 105 32 4 65 60
Binary 10111101 1000010 111010 0 1000001 1000101 11010 100 110101 110000

Color Harmonies of #BD423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD423A

Black with #BD423A

Text Example


Text Example

White with #BD423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD423A; }

 p { color: rgb(189,66,58); }

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

background-color css

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

 a { background-color: rgb(189,66,58); }

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

border-color css

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

 span { border-color: rgb(189,66,58); }

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