Html Css Color HEX #B6362C Medium Carmine

📋 copy color: '#B6362C'

red 182 ◦ green 54 ◦ blue 44

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

Shades of Medium Carmine #B6362C

Tints of Medium Carmine #B6362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 65%
G = 19.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6362C (or 0xB6362C) is known color: Medium Carmine. HEX triplet: B6, 36 and 2C. RGB value is (182,54,44). Sum of RGB (Red+Green+Blue) = 182+54+44=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6362C is #49C9D3. Grayscale: #5B5B5B. Windows color (decimal): -4835796 or 2897590. OLE color: 2897590.

HSL color Cylindrical-coordinate representation of color #B6362C: hue angle of 4.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6362C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 44 -
CMYK 0 0.70 0.76 0.29
HSL 4.35º 0.61% 0.44% -
HSV(B) 4.35º 0.76% 0.71% -
XYZ 21.07 12.77 3.74 -
YUV 91.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 182 54 44 0 0.70 0.76 0.29 4.35 0.61 0.44
Hex B6 36 2C 0 46 4C 1D 4 3D 2C
Octal 266 66 54 0 106 114 35 4 75 54
Binary 10110110 110110 101100 0 1000110 1001100 11101 100 111101 101100

Color Harmonies of #B6362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6362C

Black with #B6362C

Text Example


Text Example

White with #B6362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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