Html Css Color HEX #B6443D Medium Carmine

📋 copy color: '#B6443D'

red 182 ◦ green 68 ◦ blue 61

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

Shades of Medium Carmine #B6443D

Tints of Medium Carmine #B6443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 58.52%
G = 21.86%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6443D (or 0xB6443D) is known color: Medium Carmine. HEX triplet: B6, 44 and 3D. RGB value is (182,68,61). Sum of RGB (Red+Green+Blue) = 182+68+61=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6443D is #49BBC2. Grayscale: #656565. Windows color (decimal): -4832195 or 4015286. OLE color: 4015286.

HSL color Cylindrical-coordinate representation of color #B6443D: hue angle of 3.47º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6443D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 61 -
CMYK 0 0.63 0.66 0.29
HSL 3.47º 0.5% 0.48% -
HSV(B) 3.47º 0.66% 0.71% -
XYZ 22.2 14.42 6.03 -
YUV 101.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 182 68 61 0 0.63 0.66 0.29 3.47 0.5 0.48
Hex B6 44 3D 0 3F 42 1D 3 32 30
Octal 266 104 75 0 77 102 35 3 62 60
Binary 10110110 1000100 111101 0 111111 1000010 11101 11 110010 110000

Color Harmonies of #B6443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6443D

Black with #B6443D

Text Example


Text Example

White with #B6443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6443D; }

 p { color: rgb(182,68,61); }

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

background-color css

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

 a { background-color: rgb(182,68,61); }

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

border-color css

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

 span { border-color: rgb(182,68,61); }

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