Html Css Color HEX #B64038 Medium Carmine

📋 copy color: '#B64038'

red 182 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #B64038

Tints of Medium Carmine #B64038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 60.26%
G = 21.19%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B64038 (or 0xB64038) is known color: Medium Carmine. HEX triplet: B6, 40 and 38. RGB value is (182,64,56). Sum of RGB (Red+Green+Blue) = 182+64+56=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B64038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64038 is #49BFC7. Grayscale: #626262. Windows color (decimal): -4833224 or 3686582. OLE color: 3686582.

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

Color convert

RGB 182 64 56 -
CMYK 0 0.65 0.69 0.29
HSL 3.81º 0.53% 0.47% -
HSV(B) 3.81º 0.69% 0.71% -
XYZ 21.84 13.9 5.27 -
YUV 98.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 182 64 56 0 0.65 0.69 0.29 3.81 0.53 0.47
Hex B6 40 38 0 41 45 1D 4 35 2F
Octal 266 100 70 0 101 105 35 4 65 57
Binary 10110110 1000000 111000 0 1000001 1000101 11101 100 110101 101111

Color Harmonies of #B64038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64038

Black with #B64038

Text Example


Text Example

White with #B64038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64038; }

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

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

background-color css

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

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

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

border-color css

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

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

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