Html Css Color HEX #B8413A Medium Carmine

📋 copy color: '#B8413A'

red 184 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B8413A

Tints of Medium Carmine #B8413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 59.93%
G = 21.17%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8413A (or 0xB8413A) is known color: Medium Carmine. HEX triplet: B8, 41 and 3A. RGB value is (184,65,58). Sum of RGB (Red+Green+Blue) = 184+65+58=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8413A is #47BEC5. Grayscale: #636363. Windows color (decimal): -4701894 or 3817912. OLE color: 3817912.

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

Color convert

RGB 184 65 58 -
CMYK 0 0.65 0.68 0.28
HSL 3.33º 0.52% 0.47% -
HSV(B) 3.33º 0.68% 0.72% -
XYZ 22.42 14.28 5.58 -
YUV 99.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 184 65 58 0 0.65 0.68 0.28 3.33 0.52 0.47
Hex B8 41 3A 0 41 44 1C 3 34 2F
Octal 270 101 72 0 101 104 34 3 64 57
Binary 10111000 1000001 111010 0 1000001 1000100 11100 11 110100 101111

Color Harmonies of #B8413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8413A

Black with #B8413A

Text Example


Text Example

White with #B8413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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