Html Css Color HEX #B6362E Medium Carmine

📋 copy color: '#B6362E'

red 182 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #B6362E

Tints of Medium Carmine #B6362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 64.54%
G = 19.15%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6362E (or 0xB6362E) is known color: Medium Carmine. HEX triplet: B6, 36 and 2E. RGB value is (182,54,46). Sum of RGB (Red+Green+Blue) = 182+54+46=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B6362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6362E is #49C9D1. Grayscale: #5B5B5B. Windows color (decimal): -4835794 or 3028662. OLE color: 3028662.

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

Color convert

RGB 182 54 46 -
CMYK 0 0.70 0.75 0.29
HSL 3.53º 0.6% 0.45% -
HSV(B) 3.53º 0.75% 0.71% -
XYZ 21.1 12.78 3.94 -
YUV 91.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 182 54 46 0 0.70 0.75 0.29 3.53 0.6 0.45
Hex B6 36 2E 0 46 4B 1D 4 3C 2D
Octal 266 66 56 0 106 113 35 4 74 55
Binary 10110110 110110 101110 0 1000110 1001011 11101 100 111100 101101

Color Harmonies of #B6362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6362E

Black with #B6362E

Text Example


Text Example

White with #B6362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6362E; }

 p { color: rgb(182,54,46); }

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

background-color css

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

 a { background-color: rgb(182,54,46); }

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

border-color css

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

 span { border-color: rgb(182,54,46); }

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