Html Css Color HEX #B63E2D Medium Carmine

📋 copy color: '#B63E2D'

red 182 ◦ green 62 ◦ blue 45

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

Shades of Medium Carmine #B63E2D

Tints of Medium Carmine #B63E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 62.98%
G = 21.45%
B = 15.57%

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

#B63E2D (or 0xB63E2D) is known color: Medium Carmine. HEX triplet: B6, 3E and 2D. RGB value is (182,62,45). Sum of RGB (Red+Green+Blue) = 182+62+45=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E2D is #49C1D2. Grayscale: #606060. Windows color (decimal): -4833747 or 2965174. OLE color: 2965174.

HSL color Cylindrical-coordinate representation of color #B63E2D: hue angle of 7.45º 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 #B63E2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 62 45 -
CMYK 0 0.66 0.75 0.29
HSL 7.45º 0.6% 0.45% -
HSV(B) 7.45º 0.75% 0.71% -
XYZ 21.49 13.58 3.97 -
YUV 95.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 182 62 45 0 0.66 0.75 0.29 7.45 0.6 0.45
Hex B6 3E 2D 0 42 4B 1D 7 3C 2D
Octal 266 76 55 0 102 113 35 7 74 55
Binary 10110110 111110 101101 0 1000010 1001011 11101 111 111100 101101

Color Harmonies of #B63E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E2D

Black with #B63E2D

Text Example


Text Example

White with #B63E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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