Html Css Color HEX #BD3A34 Medium Carmine

📋 copy color: '#BD3A34'

red 189 ◦ green 58 ◦ blue 52

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

Shades of Medium Carmine #BD3A34

Tints of Medium Carmine #BD3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 63.21%
G = 19.4%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD3A34 (or 0xBD3A34) is known color: Medium Carmine. HEX triplet: BD, 3A and 34. RGB value is (189,58,52). Sum of RGB (Red+Green+Blue) = 189+58+52=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A34 is #42C5CB. Grayscale: #606060. Windows color (decimal): -4376012 or 3422909. OLE color: 3422909.

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

Color convert

RGB 189 58 52 -
CMYK 0 0.69 0.72 0.26
HSL 2.63º 0.57% 0.47% -
HSV(B) 2.63º 0.72% 0.74% -
XYZ 23.12 14.09 4.75 -
YUV 96.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 189 58 52 0 0.69 0.72 0.26 2.63 0.57 0.47
Hex BD 3A 34 0 45 48 1A 3 39 2F
Octal 275 72 64 0 105 110 32 3 71 57
Binary 10111101 111010 110100 0 1000101 1001000 11010 11 111001 101111

Color Harmonies of #BD3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A34

Black with #BD3A34

Text Example


Text Example

White with #BD3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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