Html Css Color HEX #B8443D Medium Carmine

📋 copy color: '#B8443D'

red 184 ◦ green 68 ◦ blue 61

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

Shades of Medium Carmine #B8443D

Tints of Medium Carmine #B8443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 58.79%
G = 21.73%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8443D (or 0xB8443D) is known color: Medium Carmine. HEX triplet: B8, 44 and 3D. RGB value is (184,68,61). Sum of RGB (Red+Green+Blue) = 184+68+61=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8443D is #47BBC2. Grayscale: #666666. Windows color (decimal): -4701123 or 4015288. OLE color: 4015288.

HSL color Cylindrical-coordinate representation of color #B8443D: hue angle of 3.41º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8443D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 61 -
CMYK 0 0.63 0.67 0.28
HSL 3.41º 0.5% 0.48% -
HSV(B) 3.41º 0.67% 0.72% -
XYZ 22.68 14.66 6.05 -
YUV 101.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 184 68 61 0 0.63 0.67 0.28 3.41 0.5 0.48
Hex B8 44 3D 0 3F 43 1C 3 32 30
Octal 270 104 75 0 77 103 34 3 62 60
Binary 10111000 1000100 111101 0 111111 1000011 11100 11 110010 110000

Color Harmonies of #B8443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8443D

Black with #B8443D

Text Example


Text Example

White with #B8443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8443D; }

 p { color: rgb(184,68,61); }

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

background-color css

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

 a { background-color: rgb(184,68,61); }

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

border-color css

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

 span { border-color: rgb(184,68,61); }

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