Html Css Color HEX #B63B37 Medium Carmine

📋 copy color: '#B63B37'

red 182 ◦ green 59 ◦ blue 55

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

Shades of Medium Carmine #B63B37

Tints of Medium Carmine #B63B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 61.49%
G = 19.93%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B63B37 (or 0xB63B37) is known color: Medium Carmine. HEX triplet: B6, 3B and 37. RGB value is (182,59,55). Sum of RGB (Red+Green+Blue) = 182+59+55=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B37 is #49C4C8. Grayscale: #5F5F5F. Windows color (decimal): -4834505 or 3619766. OLE color: 3619766.

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

Color convert

RGB 182 59 55 -
CMYK 0 0.68 0.70 0.29
HSL 1.89º 0.54% 0.46% -
HSV(B) 1.89º 0.7% 0.71% -
XYZ 21.54 13.35 5.06 -
YUV 95.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 182 59 55 0 0.68 0.70 0.29 1.89 0.54 0.46
Hex B6 3B 37 0 44 46 1D 2 36 2E
Octal 266 73 67 0 104 106 35 2 66 56
Binary 10110110 111011 110111 0 1000100 1000110 11101 10 110110 101110

Color Harmonies of #B63B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B37

Black with #B63B37

Text Example


Text Example

White with #B63B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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