Html Css Color HEX #BD3E38 Medium Carmine

📋 copy color: '#BD3E38'

red 189 ◦ green 62 ◦ blue 56

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

Shades of Medium Carmine #BD3E38

Tints of Medium Carmine #BD3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 61.56%
G = 20.2%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3E38 (or 0xBD3E38) is known color: Medium Carmine. HEX triplet: BD, 3E and 38. RGB value is (189,62,56). Sum of RGB (Red+Green+Blue) = 189+62+56=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E38 is #42C1C7. Grayscale: #636363. Windows color (decimal): -4374984 or 3686077. OLE color: 3686077.

HSL color Cylindrical-coordinate representation of color #BD3E38: hue angle of 2.71º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3E38 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 56 -
CMYK 0 0.67 0.70 0.26
HSL 2.71º 0.54% 0.48% -
HSV(B) 2.71º 0.7% 0.74% -
XYZ 23.42 14.55 5.32 -
YUV 99.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 189 62 56 0 0.67 0.70 0.26 2.71 0.54 0.48
Hex BD 3E 38 0 43 46 1A 3 36 30
Octal 275 76 70 0 103 106 32 3 66 60
Binary 10111101 111110 111000 0 1000011 1000110 11010 11 110110 110000

Color Harmonies of #BD3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E38

Black with #BD3E38

Text Example


Text Example

White with #BD3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E38; }

 p { color: rgb(189,62,56); }

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

background-color css

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

 a { background-color: rgb(189,62,56); }

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

border-color css

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

 span { border-color: rgb(189,62,56); }

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