Html Css Color HEX #B63E2B Medium Carmine

📋 copy color: '#B63E2B'

red 182 ◦ green 62 ◦ blue 43

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

Shades of Medium Carmine #B63E2B

Tints of Medium Carmine #B63E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 63.41%
G = 21.6%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B63E2B (or 0xB63E2B) is known color: Medium Carmine. HEX triplet: B6, 3E and 2B. RGB value is (182,62,43). Sum of RGB (Red+Green+Blue) = 182+62+43=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E2B is #49C1D4. Grayscale: #5F5F5F. Windows color (decimal): -4833749 or 2834102. OLE color: 2834102.

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

Color convert

RGB 182 62 43 -
CMYK 0 0.66 0.76 0.29
HSL 8.2º 0.62% 0.44% -
HSV(B) 8.2º 0.76% 0.71% -
XYZ 21.45 13.56 3.77 -
YUV 95.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 182 62 43 0 0.66 0.76 0.29 8.2 0.62 0.44
Hex B6 3E 2B 0 42 4C 1D 8 3E 2C
Octal 266 76 53 0 102 114 35 10 76 54
Binary 10110110 111110 101011 0 1000010 1001100 11101 1000 111110 101100

Color Harmonies of #B63E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E2B

Black with #B63E2B

Text Example


Text Example

White with #B63E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E2B; }

 p { color: rgb(182,62,43); }

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

background-color css

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

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

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

border-color css

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

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

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