Html Css Color HEX #B64133 Medium Carmine

📋 copy color: '#B64133'

red 182 ◦ green 65 ◦ blue 51

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

Shades of Medium Carmine #B64133

Tints of Medium Carmine #B64133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 61.07%
G = 21.81%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64133 (or 0xB64133) is known color: Medium Carmine. HEX triplet: B6, 41 and 33. RGB value is (182,65,51). Sum of RGB (Red+Green+Blue) = 182+65+51=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B64133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64133 is #49BECC. Grayscale: #626262. Windows color (decimal): -4832973 or 3359158. OLE color: 3359158.

HSL color Cylindrical-coordinate representation of color #B64133: hue angle of 6.41º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B64133 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 51 -
CMYK 0 0.64 0.72 0.29
HSL 6.41º 0.56% 0.46% -
HSV(B) 6.41º 0.72% 0.71% -
XYZ 21.78 13.96 4.68 -
YUV 98.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 182 65 51 0 0.64 0.72 0.29 6.41 0.56 0.46
Hex B6 41 33 0 40 48 1D 6 38 2E
Octal 266 101 63 0 100 110 35 6 70 56
Binary 10110110 1000001 110011 0 1000000 1001000 11101 110 111000 101110

Color Harmonies of #B64133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64133

Black with #B64133

Text Example


Text Example

White with #B64133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64133; }

 p { color: rgb(182,65,51); }

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

background-color css

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

 a { background-color: rgb(182,65,51); }

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

border-color css

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

 span { border-color: rgb(182,65,51); }

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