Html Css Color HEX #B63721 Medium Carmine

📋 copy color: '#B63721'

red 182 ◦ green 55 ◦ blue 33

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

Shades of Medium Carmine #B63721

Tints of Medium Carmine #B63721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 67.41%
G = 20.37%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B63721 (or 0xB63721) is known color: Medium Carmine. HEX triplet: B6, 37 and 21. RGB value is (182,55,33). Sum of RGB (Red+Green+Blue) = 182+55+33=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63721 is #49C8DE. Grayscale: #5A5A5A. Windows color (decimal): -4835551 or 2176950. OLE color: 2176950.

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

Color convert

RGB 182 55 33 -
CMYK 0 0.70 0.82 0.29
HSL 8.86º 0.69% 0.42% -
HSV(B) 8.86º 0.82% 0.71% -
XYZ 20.93 12.79 2.8 -
YUV 90.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 182 55 33 0 0.70 0.82 0.29 8.86 0.69 0.42
Hex B6 37 21 0 46 52 1D 9 45 2A
Octal 266 67 41 0 106 122 35 11 105 52
Binary 10110110 110111 100001 0 1000110 1010010 11101 1001 1000101 101010

Color Harmonies of #B63721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63721

Black with #B63721

Text Example


Text Example

White with #B63721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63721; }

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

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

background-color css

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

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

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

border-color css

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

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

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