Html Css Color HEX #B63A28 Medium Carmine

📋 copy color: '#B63A28'

red 182 ◦ green 58 ◦ blue 40

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

Shades of Medium Carmine #B63A28

Tints of Medium Carmine #B63A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 65%
G = 20.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63A28 (or 0xB63A28) is known color: Medium Carmine. HEX triplet: B6, 3A and 28. RGB value is (182,58,40). Sum of RGB (Red+Green+Blue) = 182+58+40=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A28 is #49C5D7. Grayscale: #5D5D5D. Windows color (decimal): -4834776 or 2636470. OLE color: 2636470.

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

Color convert

RGB 182 58 40 -
CMYK 0 0.68 0.78 0.29
HSL 7.61º 0.64% 0.44% -
HSV(B) 7.61º 0.78% 0.71% -
XYZ 21.19 13.12 3.42 -
YUV 93.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 182 58 40 0 0.68 0.78 0.29 7.61 0.64 0.44
Hex B6 3A 28 0 44 4E 1D 8 40 2C
Octal 266 72 50 0 104 116 35 10 100 54
Binary 10110110 111010 101000 0 1000100 1001110 11101 1000 1000000 101100

Color Harmonies of #B63A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A28

Black with #B63A28

Text Example


Text Example

White with #B63A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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