Html Css Color HEX #B63D2D Medium Carmine

📋 copy color: '#B63D2D'

red 182 ◦ green 61 ◦ blue 45

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

Shades of Medium Carmine #B63D2D

Tints of Medium Carmine #B63D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

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

R = 63.19%
G = 21.18%
B = 15.63%

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

#B63D2D (or 0xB63D2D) is known color: Medium Carmine. HEX triplet: B6, 3D and 2D. RGB value is (182,61,45). Sum of RGB (Red+Green+Blue) = 182+61+45=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D2D is #49C2D2. Grayscale: #5F5F5F. Windows color (decimal): -4834003 or 2964918. OLE color: 2964918.

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

Color convert

RGB 182 61 45 -
CMYK 0 0.66 0.75 0.29
HSL 7.01º 0.6% 0.45% -
HSV(B) 7.01º 0.75% 0.71% -
XYZ 21.43 13.47 3.95 -
YUV 95.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 182 61 45 0 0.66 0.75 0.29 7.01 0.6 0.45
Hex B6 3D 2D 0 42 4B 1D 7 3C 2D
Octal 266 75 55 0 102 113 35 7 74 55
Binary 10110110 111101 101101 0 1000010 1001011 11101 111 111100 101101

Color Harmonies of #B63D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D2D

Black with #B63D2D

Text Example


Text Example

White with #B63D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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