Html Css Color HEX #B64033 Medium Carmine

📋 copy color: '#B64033'

red 182 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B64033

Tints of Medium Carmine #B64033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 61.28%
G = 21.55%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64033 (or 0xB64033) is known color: Medium Carmine. HEX triplet: B6, 40 and 33. RGB value is (182,64,51). Sum of RGB (Red+Green+Blue) = 182+64+51=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B64033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64033 is #49BFCC. Grayscale: #616161. Windows color (decimal): -4833229 or 3358902. OLE color: 3358902.

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

Color convert

RGB 182 64 51 -
CMYK 0 0.65 0.72 0.29
HSL 5.95º 0.56% 0.46% -
HSV(B) 5.95º 0.72% 0.71% -
XYZ 21.72 13.85 4.66 -
YUV 97.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 182 64 51 0 0.65 0.72 0.29 5.95 0.56 0.46
Hex B6 40 33 0 41 48 1D 6 38 2E
Octal 266 100 63 0 101 110 35 6 70 56
Binary 10110110 1000000 110011 0 1000001 1001000 11101 110 111000 101110

Color Harmonies of #B64033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64033

Black with #B64033

Text Example


Text Example

White with #B64033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64033; }

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

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

background-color css

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

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

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

border-color css

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

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

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