Html Css Color HEX #BD3F2C Medium Carmine

📋 copy color: '#BD3F2C'

red 189 ◦ green 63 ◦ blue 44

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

Shades of Medium Carmine #BD3F2C

Tints of Medium Carmine #BD3F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 63.85%
G = 21.28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD3F2C (or 0xBD3F2C) is known color: Medium Carmine. HEX triplet: BD, 3F and 2C. RGB value is (189,63,44). Sum of RGB (Red+Green+Blue) = 189+63+44=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F2C is #42C0D3. Grayscale: #626262. Windows color (decimal): -4374740 or 2899901. OLE color: 2899901.

HSL color Cylindrical-coordinate representation of color #BD3F2C: hue angle of 7.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3F2C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 44 -
CMYK 0 0.67 0.77 0.26
HSL 7.86º 0.62% 0.46% -
HSV(B) 7.86º 0.77% 0.74% -
XYZ 23.22 14.56 3.97 -
YUV 98.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 189 63 44 0 0.67 0.77 0.26 7.86 0.62 0.46
Hex BD 3F 2C 0 43 4D 1A 8 3E 2E
Octal 275 77 54 0 103 115 32 10 76 56
Binary 10111101 111111 101100 0 1000011 1001101 11010 1000 111110 101110

Color Harmonies of #BD3F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F2C

Black with #BD3F2C

Text Example


Text Example

White with #BD3F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F2C; }

 p { color: rgb(189,63,44); }

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

background-color css

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

 a { background-color: rgb(189,63,44); }

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

border-color css

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

 span { border-color: rgb(189,63,44); }

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