Html Css Color HEX #B8463A Medium Carmine

📋 copy color: '#B8463A'

red 184 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #B8463A

Tints of Medium Carmine #B8463A

RGB

 RED value IS 184 (72.27% from 255) = 58.97%

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

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

R = 58.97%
G = 22.44%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8463A (or 0xB8463A) is known color: Medium Carmine. HEX triplet: B8, 46 and 3A. RGB value is (184,70,58). Sum of RGB (Red+Green+Blue) = 184+70+58=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8463A is #47B9C5. Grayscale: #666666. Windows color (decimal): -4700614 or 3819192. OLE color: 3819192.

HSL color Cylindrical-coordinate representation of color #B8463A: hue angle of 5.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8463A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 58 -
CMYK 0 0.62 0.68 0.28
HSL 5.71º 0.52% 0.47% -
HSV(B) 5.71º 0.68% 0.72% -
XYZ 22.72 14.88 5.68 -
YUV 102.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 184 70 58 0 0.62 0.68 0.28 5.71 0.52 0.47
Hex B8 46 3A 0 3E 44 1C 6 34 2F
Octal 270 106 72 0 76 104 34 6 64 57
Binary 10111000 1000110 111010 0 111110 1000100 11100 110 110100 101111

Color Harmonies of #B8463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8463A

Black with #B8463A

Text Example


Text Example

White with #B8463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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