Html Css Color HEX #B6392D Medium Carmine

📋 copy color: '#B6392D'

red 182 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #B6392D

Tints of Medium Carmine #B6392D

RGB

 RED value IS 182 (71.48% from 255) = 64.08%

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

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

R = 64.08%
G = 20.07%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6392D (or 0xB6392D) is known color: Medium Carmine. HEX triplet: B6, 39 and 2D. RGB value is (182,57,45). Sum of RGB (Red+Green+Blue) = 182+57+45=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B6392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6392D is #49C6D2. Grayscale: #5D5D5D. Windows color (decimal): -4835027 or 2963894. OLE color: 2963894.

HSL color Cylindrical-coordinate representation of color #B6392D: hue angle of 5.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6392D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 45 -
CMYK 0 0.69 0.75 0.29
HSL 5.26º 0.6% 0.45% -
HSV(B) 5.26º 0.75% 0.71% -
XYZ 21.23 13.06 3.88 -
YUV 93.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 182 57 45 0 0.69 0.75 0.29 5.26 0.6 0.45
Hex B6 39 2D 0 45 4B 1D 5 3C 2D
Octal 266 71 55 0 105 113 35 5 74 55
Binary 10110110 111001 101101 0 1000101 1001011 11101 101 111100 101101

Color Harmonies of #B6392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6392D

Black with #B6392D

Text Example


Text Example

White with #B6392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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