Html Css Color HEX #B63727 Medium Carmine

📋 copy color: '#B63727'

red 182 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #B63727

Tints of Medium Carmine #B63727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 65.94%
G = 19.93%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B63727 (or 0xB63727) is known color: Medium Carmine. HEX triplet: B6, 37 and 27. RGB value is (182,55,39). Sum of RGB (Red+Green+Blue) = 182+55+39=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B63727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63727 is #49C8D8. Grayscale: #5B5B5B. Windows color (decimal): -4835545 or 2570166. OLE color: 2570166.

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

Color convert

RGB 182 55 39 -
CMYK 0 0.70 0.79 0.29
HSL 6.71º 0.65% 0.43% -
HSV(B) 6.71º 0.79% 0.71% -
XYZ 21.02 12.82 3.29 -
YUV 91.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 182 55 39 0 0.70 0.79 0.29 6.71 0.65 0.43
Hex B6 37 27 0 46 4F 1D 7 41 2B
Octal 266 67 47 0 106 117 35 7 101 53
Binary 10110110 110111 100111 0 1000110 1001111 11101 111 1000001 101011

Color Harmonies of #B63727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63727

Black with #B63727

Text Example


Text Example

White with #B63727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63727; }

 p { color: rgb(182,55,39); }

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

background-color css

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

 a { background-color: rgb(182,55,39); }

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

border-color css

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

 span { border-color: rgb(182,55,39); }

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