Html Css Color HEX #B64135 Medium Carmine

📋 copy color: '#B64135'

red 182 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #B64135

Tints of Medium Carmine #B64135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 60.67%
G = 21.67%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B64135 (or 0xB64135) is known color: Medium Carmine. HEX triplet: B6, 41 and 35. RGB value is (182,65,53). Sum of RGB (Red+Green+Blue) = 182+65+53=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64135 is #49BECA. Grayscale: #626262. Windows color (decimal): -4832971 or 3490230. OLE color: 3490230.

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

Color convert

RGB 182 65 53 -
CMYK 0 0.64 0.71 0.29
HSL 5.58º 0.55% 0.46% -
HSV(B) 5.58º 0.71% 0.71% -
XYZ 21.82 13.98 4.92 -
YUV 98.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 182 65 53 0 0.64 0.71 0.29 5.58 0.55 0.46
Hex B6 41 35 0 40 47 1D 6 37 2E
Octal 266 101 65 0 100 107 35 6 67 56
Binary 10110110 1000001 110101 0 1000000 1000111 11101 110 110111 101110

Color Harmonies of #B64135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64135

Black with #B64135

Text Example


Text Example

White with #B64135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64135; }

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

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

background-color css

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

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

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

border-color css

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

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

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