Html Css Color HEX #B2463A Medium Carmine

📋 copy color: '#B2463A'

red 178 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #B2463A

Tints of Medium Carmine #B2463A

RGB

 RED value IS 178 (69.92% from 255) = 58.17%

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 58.17%
G = 22.88%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2463A (or 0xB2463A) is known color: Medium Carmine. HEX triplet: B2, 46 and 3A. RGB value is (178,70,58). Sum of RGB (Red+Green+Blue) = 178+70+58=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2463A is #4DB9C5. Grayscale: #656565. Windows color (decimal): -5093830 or 3819186. OLE color: 3819186.

HSL color Cylindrical-coordinate representation of color #B2463A: hue angle of 6º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2463A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 58 -
CMYK 0 0.61 0.67 0.30
HSL 0.51% 0.46% -
HSV(B) 0.67% 0.7% -
XYZ 21.31 14.15 5.61 -
YUV 100.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 178 70 58 0 0.61 0.67 0.30 6 0.51 0.46
Hex B2 46 3A 0 3D 43 1E 6 33 2E
Octal 262 106 72 0 75 103 36 6 63 56
Binary 10110010 1000110 111010 0 111101 1000011 11110 110 110011 101110

Color Harmonies of #B2463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2463A

Black with #B2463A

Text Example


Text Example

White with #B2463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2463A; }

 p { color: rgb(178,70,58); }

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

background-color css

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

 a { background-color: rgb(178,70,58); }

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

border-color css

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

 span { border-color: rgb(178,70,58); }

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