Html Css Color HEX #BD392D Medium Carmine

📋 copy color: '#BD392D'

red 189 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #BD392D

Tints of Medium Carmine #BD392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 64.95%
G = 19.59%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD392D (or 0xBD392D) is known color: Medium Carmine. HEX triplet: BD, 39 and 2D. RGB value is (189,57,45). Sum of RGB (Red+Green+Blue) = 189+57+45=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD392D is #42C6D2. Grayscale: #5F5F5F. Windows color (decimal): -4376275 or 2963901. OLE color: 2963901.

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

Color convert

RGB 189 57 45 -
CMYK 0 0.70 0.76 0.26
HSL 0.62% 0.46% -
HSV(B) 0.76% 0.74% -
XYZ 22.92 13.93 3.96 -
YUV 95.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 189 57 45 0 0.70 0.76 0.26 5 0.62 0.46
Hex BD 39 2D 0 46 4C 1A 5 3E 2E
Octal 275 71 55 0 106 114 32 5 76 56
Binary 10111101 111001 101101 0 1000110 1001100 11010 101 111110 101110

Color Harmonies of #BD392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD392D

Black with #BD392D

Text Example


Text Example

White with #BD392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD392D; }

 p { color: rgb(189,57,45); }

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

background-color css

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

 a { background-color: rgb(189,57,45); }

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

border-color css

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

 span { border-color: rgb(189,57,45); }

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