Html Css Color HEX #B63C3B Medium Carmine

📋 copy color: '#B63C3B'

red 182 ◦ green 60 ◦ blue 59

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

Shades of Medium Carmine #B63C3B

Tints of Medium Carmine #B63C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 60.47%
G = 19.93%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B63C3B (or 0xB63C3B) is known color: Medium Carmine. HEX triplet: B6, 3C and 3B. RGB value is (182,60,59). Sum of RGB (Red+Green+Blue) = 182+60+59=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C3B is #49C3C4. Grayscale: #606060. Windows color (decimal): -4834245 or 3882166. OLE color: 3882166.

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

Color convert

RGB 182 60 59 -
CMYK 0 0.67 0.68 0.29
HSL 0.49º 0.51% 0.47% -
HSV(B) 0.49º 0.68% 0.71% -
XYZ 21.7 13.49 5.6 -
YUV 96.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 182 60 59 0 0.67 0.68 0.29 0.49 0.51 0.47
Hex B6 3C 3B 0 43 44 1D 0 33 2F
Octal 266 74 73 0 103 104 35 0 63 57
Binary 10110110 111100 111011 0 1000011 1000100 11101 0 110011 101111

Color Harmonies of #B63C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C3B

Black with #B63C3B

Text Example


Text Example

White with #B63C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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