Html Css Color HEX #B63722 Medium Carmine

📋 copy color: '#B63722'

red 182 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #B63722

Tints of Medium Carmine #B63722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 67.16%
G = 20.3%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63722 (or 0xB63722) is known color: Medium Carmine. HEX triplet: B6, 37 and 22. RGB value is (182,55,34). Sum of RGB (Red+Green+Blue) = 182+55+34=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63722 is #49C8DD. Grayscale: #5A5A5A. Windows color (decimal): -4835550 or 2242486. OLE color: 2242486.

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

Color convert

RGB 182 55 34 -
CMYK 0 0.70 0.81 0.29
HSL 8.51º 0.69% 0.42% -
HSV(B) 8.51º 0.81% 0.71% -
XYZ 20.95 12.79 2.88 -
YUV 90.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 182 55 34 0 0.70 0.81 0.29 8.51 0.69 0.42
Hex B6 37 22 0 46 51 1D 9 45 2A
Octal 266 67 42 0 106 121 35 11 105 52
Binary 10110110 110111 100010 0 1000110 1010001 11101 1001 1000101 101010

Color Harmonies of #B63722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63722

Black with #B63722

Text Example


Text Example

White with #B63722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63722; }

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

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

background-color css

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

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

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

border-color css

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

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

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