Html Css Color HEX #B63D32 Medium Carmine

📋 copy color: '#B63D32'

red 182 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #B63D32

Tints of Medium Carmine #B63D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 62.12%
G = 20.82%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63D32 (or 0xB63D32) is known color: Medium Carmine. HEX triplet: B6, 3D and 32. RGB value is (182,61,50). Sum of RGB (Red+Green+Blue) = 182+61+50=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D32 is #49C2CD. Grayscale: #606060. Windows color (decimal): -4833998 or 3292598. OLE color: 3292598.

HSL color Cylindrical-coordinate representation of color #B63D32: hue angle of 5º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63D32 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 50 -
CMYK 0 0.66 0.73 0.29
HSL 0.57% 0.45% -
HSV(B) 0.73% 0.71% -
XYZ 21.54 13.51 4.49 -
YUV 95.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 182 61 50 0 0.66 0.73 0.29 5 0.57 0.45
Hex B6 3D 32 0 42 49 1D 5 39 2D
Octal 266 75 62 0 102 111 35 5 71 55
Binary 10110110 111101 110010 0 1000010 1001001 11101 101 111001 101101

Color Harmonies of #B63D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D32

Black with #B63D32

Text Example


Text Example

White with #B63D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D32; }

 p { color: rgb(182,61,50); }

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

background-color css

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

 a { background-color: rgb(182,61,50); }

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

border-color css

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

 span { border-color: rgb(182,61,50); }

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