Html Css Color HEX #B6342D Medium Carmine

📋 copy color: '#B6342D'

red 182 ◦ green 52 ◦ blue 45

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

Shades of Medium Carmine #B6342D

Tints of Medium Carmine #B6342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 65.23%
G = 18.64%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6342D (or 0xB6342D) is known color: Medium Carmine. HEX triplet: B6, 34 and 2D. RGB value is (182,52,45). Sum of RGB (Red+Green+Blue) = 182+52+45=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6342D is #49CBD2. Grayscale: #5A5A5A. Windows color (decimal): -4836307 or 2962614. OLE color: 2962614.

HSL color Cylindrical-coordinate representation of color #B6342D: hue angle of 3.07º 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 #B6342D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 45 -
CMYK 0 0.71 0.75 0.29
HSL 3.07º 0.6% 0.45% -
HSV(B) 3.07º 0.75% 0.71% -
XYZ 20.99 12.59 3.81 -
YUV 90.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 182 52 45 0 0.71 0.75 0.29 3.07 0.6 0.45
Hex B6 34 2D 0 47 4B 1D 3 3C 2D
Octal 266 64 55 0 107 113 35 3 74 55
Binary 10110110 110100 101101 0 1000111 1001011 11101 11 111100 101101

Color Harmonies of #B6342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6342D

Black with #B6342D

Text Example


Text Example

White with #B6342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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