Html Css Color HEX #B63C38 Medium Carmine

📋 copy color: '#B63C38'

red 182 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #B63C38

Tints of Medium Carmine #B63C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 61.07%
G = 20.13%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B63C38 (or 0xB63C38) is known color: Medium Carmine. HEX triplet: B6, 3C and 38. RGB value is (182,60,56). Sum of RGB (Red+Green+Blue) = 182+60+56=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C38 is #49C3C7. Grayscale: #606060. Windows color (decimal): -4834248 or 3685558. OLE color: 3685558.

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

Color convert

RGB 182 60 56 -
CMYK 0 0.67 0.69 0.29
HSL 1.9º 0.53% 0.47% -
HSV(B) 1.9º 0.69% 0.71% -
XYZ 21.62 13.46 5.2 -
YUV 96.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 182 60 56 0 0.67 0.69 0.29 1.9 0.53 0.47
Hex B6 3C 38 0 43 45 1D 2 35 2F
Octal 266 74 70 0 103 105 35 2 65 57
Binary 10110110 111100 111000 0 1000011 1000101 11101 10 110101 101111

Color Harmonies of #B63C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C38

Black with #B63C38

Text Example


Text Example

White with #B63C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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