Html Css Color HEX #B63C3C Medium Carmine

📋 copy color: '#B63C3C'

red 182 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B63C3C

Tints of Medium Carmine #B63C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

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

R = 60.26%
G = 19.87%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B63C3C (or 0xB63C3C) is known color: Medium Carmine. HEX triplet: B6, 3C and 3C. RGB value is (182,60,60). Sum of RGB (Red+Green+Blue) = 182+60+60=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C3C is #49C3C3. Grayscale: #606060. Windows color (decimal): -4834244 or 3947702. OLE color: 3947702.

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

Color convert

RGB 182 60 60 -
CMYK 0 0.67 0.67 0.29
HSL 0.5% 0.47% -
HSV(B) 0.67% 0.71% -
XYZ 21.72 13.5 5.74 -
YUV 96.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 182 60 60 0 0.67 0.67 0.29 0 0.5 0.47
Hex B6 3C 3C 0 43 43 1D 0 32 2F
Octal 266 74 74 0 103 103 35 0 62 57
Binary 10110110 111100 111100 0 1000011 1000011 11101 0 110010 101111

Color Harmonies of #B63C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C3C

Black with #B63C3C

Text Example


Text Example

White with #B63C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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