Html Css Color HEX #B64125 Medium Carmine

📋 copy color: '#B64125'

red 182 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #B64125

Tints of Medium Carmine #B64125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 64.08%
G = 22.89%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B64125 (or 0xB64125) is known color: Medium Carmine. HEX triplet: B6, 41 and 25. RGB value is (182,65,37). Sum of RGB (Red+Green+Blue) = 182+65+37=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B64125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64125 is #49BEDA. Grayscale: #616161. Windows color (decimal): -4832987 or 2441654. OLE color: 2441654.

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

Color convert

RGB 182 65 37 -
CMYK 0 0.64 0.80 0.29
HSL 11.59º 0.66% 0.43% -
HSV(B) 11.59º 0.8% 0.71% -
XYZ 21.52 13.86 3.29 -
YUV 96.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 182 65 37 0 0.64 0.80 0.29 11.59 0.66 0.43
Hex B6 41 25 0 40 50 1D C 42 2B
Octal 266 101 45 0 100 120 35 14 102 53
Binary 10110110 1000001 100101 0 1000000 1010000 11101 1100 1000010 101011

Color Harmonies of #B64125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64125

Black with #B64125

Text Example


Text Example

White with #B64125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64125; }

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

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

background-color css

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

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

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

border-color css

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

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

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