Html Css Color HEX #B63628 Medium Carmine

📋 copy color: '#B63628'

red 182 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #B63628

Tints of Medium Carmine #B63628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 65.94%
G = 19.57%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63628 (or 0xB63628) is known color: Medium Carmine. HEX triplet: B6, 36 and 28. RGB value is (182,54,40). Sum of RGB (Red+Green+Blue) = 182+54+40=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B63628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63628 is #49C9D7. Grayscale: #5A5A5A. Windows color (decimal): -4835800 or 2635446. OLE color: 2635446.

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

Color convert

RGB 182 54 40 -
CMYK 0 0.70 0.78 0.29
HSL 5.92º 0.64% 0.44% -
HSV(B) 5.92º 0.78% 0.71% -
XYZ 20.99 12.74 3.36 -
YUV 90.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 182 54 40 0 0.70 0.78 0.29 5.92 0.64 0.44
Hex B6 36 28 0 46 4E 1D 6 40 2C
Octal 266 66 50 0 106 116 35 6 100 54
Binary 10110110 110110 101000 0 1000110 1001110 11101 110 1000000 101100

Color Harmonies of #B63628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63628

Black with #B63628

Text Example


Text Example

White with #B63628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63628; }

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

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

background-color css

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

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

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

border-color css

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

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

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