Html Css Color HEX #BD3B32 Medium Carmine

📋 copy color: '#BD3B32'

red 189 ◦ green 59 ◦ blue 50

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

Shades of Medium Carmine #BD3B32

Tints of Medium Carmine #BD3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 63.42%
G = 19.8%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3B32 (or 0xBD3B32) is known color: Medium Carmine. HEX triplet: BD, 3B and 32. RGB value is (189,59,50). Sum of RGB (Red+Green+Blue) = 189+59+50=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B32 is #42C4CD. Grayscale: #616161. Windows color (decimal): -4375758 or 3292093. OLE color: 3292093.

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

Color convert

RGB 189 59 50 -
CMYK 0 0.69 0.74 0.26
HSL 3.88º 0.58% 0.47% -
HSV(B) 3.88º 0.74% 0.74% -
XYZ 23.13 14.18 4.54 -
YUV 96.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 189 59 50 0 0.69 0.74 0.26 3.88 0.58 0.47
Hex BD 3B 32 0 45 4A 1A 4 3A 2F
Octal 275 73 62 0 105 112 32 4 72 57
Binary 10111101 111011 110010 0 1000101 1001010 11010 100 111010 101111

Color Harmonies of #BD3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B32

Black with #BD3B32

Text Example


Text Example

White with #BD3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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