Html Css Color HEX #B8423D Medium Carmine

📋 copy color: '#B8423D'

red 184 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #B8423D

Tints of Medium Carmine #B8423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

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

R = 59.16%
G = 21.22%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8423D (or 0xB8423D) is known color: Medium Carmine. HEX triplet: B8, 42 and 3D. RGB value is (184,66,61). Sum of RGB (Red+Green+Blue) = 184+66+61=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8423D is #47BDC2. Grayscale: #646464. Windows color (decimal): -4701635 or 4014776. OLE color: 4014776.

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

Color convert

RGB 184 66 61 -
CMYK 0 0.64 0.67 0.28
HSL 2.44º 0.5% 0.48% -
HSV(B) 2.44º 0.67% 0.72% -
XYZ 22.56 14.42 6.01 -
YUV 100.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 184 66 61 0 0.64 0.67 0.28 2.44 0.5 0.48
Hex B8 42 3D 0 40 43 1C 2 32 30
Octal 270 102 75 0 100 103 34 2 62 60
Binary 10111000 1000010 111101 0 1000000 1000011 11100 10 110010 110000

Color Harmonies of #B8423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8423D

Black with #B8423D

Text Example


Text Example

White with #B8423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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