Html Css Color HEX #B6382A Medium Carmine

📋 copy color: '#B6382A'

red 182 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #B6382A

Tints of Medium Carmine #B6382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6382A (or 0xB6382A) is known color: Medium Carmine. HEX triplet: B6, 38 and 2A. RGB value is (182,56,42). Sum of RGB (Red+Green+Blue) = 182+56+42=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6382A is #49C7D5. Grayscale: #5C5C5C. Windows color (decimal): -4835286 or 2767030. OLE color: 2767030.

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

Color convert

RGB 182 56 42 -
CMYK 0 0.69 0.77 0.29
HSL 0.63% 0.44% -
HSV(B) 0.77% 0.71% -
XYZ 21.12 12.94 3.57 -
YUV 92.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 182 56 42 0 0.69 0.77 0.29 6 0.63 0.44
Hex B6 38 2A 0 45 4D 1D 6 3E 2C
Octal 266 70 52 0 105 115 35 6 76 54
Binary 10110110 111000 101010 0 1000101 1001101 11101 110 111110 101100

Color Harmonies of #B6382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6382A

Black with #B6382A

Text Example


Text Example

White with #B6382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6382A; }

 p { color: rgb(182,56,42); }

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

background-color css

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

 a { background-color: rgb(182,56,42); }

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

border-color css

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

 span { border-color: rgb(182,56,42); }

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