Html Css Color HEX #B63F32 Medium Carmine

📋 copy color: '#B63F32'

red 182 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #B63F32

Tints of Medium Carmine #B63F32

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

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

R = 61.69%
G = 21.36%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63F32 (or 0xB63F32) is known color: Medium Carmine. HEX triplet: B6, 3F and 32. RGB value is (182,63,50). Sum of RGB (Red+Green+Blue) = 182+63+50=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F32 is #49C0CD. Grayscale: #616161. Windows color (decimal): -4833486 or 3293110. OLE color: 3293110.

HSL color Cylindrical-coordinate representation of color #B63F32: hue angle of 5.91º 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 #B63F32 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 50 -
CMYK 0 0.65 0.73 0.29
HSL 5.91º 0.57% 0.45% -
HSV(B) 5.91º 0.73% 0.71% -
XYZ 21.64 13.73 4.53 -
YUV 97.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 182 63 50 0 0.65 0.73 0.29 5.91 0.57 0.45
Hex B6 3F 32 0 41 49 1D 6 39 2D
Octal 266 77 62 0 101 111 35 6 71 55
Binary 10110110 111111 110010 0 1000001 1001001 11101 110 111001 101101

Color Harmonies of #B63F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F32

Black with #B63F32

Text Example


Text Example

White with #B63F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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