Html Css Color HEX #B63F3C Medium Carmine

📋 copy color: '#B63F3C'

red 182 ◦ green 63 ◦ blue 60

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

Shades of Medium Carmine #B63F3C

Tints of Medium Carmine #B63F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 59.67%
G = 20.66%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B63F3C (or 0xB63F3C) is known color: Medium Carmine. HEX triplet: B6, 3F and 3C. RGB value is (182,63,60). Sum of RGB (Red+Green+Blue) = 182+63+60=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F3C is #49C0C3. Grayscale: #626262. Windows color (decimal): -4833476 or 3948470. OLE color: 3948470.

HSL color Cylindrical-coordinate representation of color #B63F3C: hue angle of 1.48º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63F3C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 60 -
CMYK 0 0.65 0.67 0.29
HSL 1.48º 0.5% 0.47% -
HSV(B) 1.48º 0.67% 0.71% -
XYZ 21.88 13.83 5.79 -
YUV 98.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 182 63 60 0 0.65 0.67 0.29 1.48 0.5 0.47
Hex B6 3F 3C 0 41 43 1D 1 32 2F
Octal 266 77 74 0 101 103 35 1 62 57
Binary 10110110 111111 111100 0 1000001 1000011 11101 1 110010 101111

Color Harmonies of #B63F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F3C

Black with #B63F3C

Text Example


Text Example

White with #B63F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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