Html Css Color HEX #B63E2E Medium Carmine

📋 copy color: '#B63E2E'

red 182 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #B63E2E

Tints of Medium Carmine #B63E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 62.76%
G = 21.38%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B63E2E (or 0xB63E2E) is known color: Medium Carmine. HEX triplet: B6, 3E and 2E. RGB value is (182,62,46). Sum of RGB (Red+Green+Blue) = 182+62+46=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E2E is #49C1D1. Grayscale: #606060. Windows color (decimal): -4833746 or 3030710. OLE color: 3030710.

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

Color convert

RGB 182 62 46 -
CMYK 0 0.66 0.75 0.29
HSL 7.06º 0.6% 0.45% -
HSV(B) 7.06º 0.75% 0.71% -
XYZ 21.51 13.59 4.07 -
YUV 96.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 182 62 46 0 0.66 0.75 0.29 7.06 0.6 0.45
Hex B6 3E 2E 0 42 4B 1D 7 3C 2D
Octal 266 76 56 0 102 113 35 7 74 55
Binary 10110110 111110 101110 0 1000010 1001011 11101 111 111100 101101

Color Harmonies of #B63E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E2E

Black with #B63E2E

Text Example


Text Example

White with #B63E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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