Html Css Color HEX #B63C28 Medium Carmine

📋 copy color: '#B63C28'

red 182 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #B63C28

Tints of Medium Carmine #B63C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 64.54%
G = 21.28%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63C28 (or 0xB63C28) is known color: Medium Carmine. HEX triplet: B6, 3C and 28. RGB value is (182,60,40). Sum of RGB (Red+Green+Blue) = 182+60+40=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C28 is #49C3D7. Grayscale: #5E5E5E. Windows color (decimal): -4834264 or 2636982. OLE color: 2636982.

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

Color convert

RGB 182 60 40 -
CMYK 0 0.67 0.78 0.29
HSL 8.45º 0.64% 0.44% -
HSV(B) 8.45º 0.78% 0.71% -
XYZ 21.29 13.33 3.46 -
YUV 94.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 182 60 40 0 0.67 0.78 0.29 8.45 0.64 0.44
Hex B6 3C 28 0 43 4E 1D 8 40 2C
Octal 266 74 50 0 103 116 35 10 100 54
Binary 10110110 111100 101000 0 1000011 1001110 11101 1000 1000000 101100

Color Harmonies of #B63C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C28

Black with #B63C28

Text Example


Text Example

White with #B63C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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