Html Css Color HEX #B83130 Medium Carmine

📋 copy color: '#B83130'

red 184 ◦ green 49 ◦ blue 48

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

Shades of Medium Carmine #B83130

Tints of Medium Carmine #B83130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 65.48%
G = 17.44%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B83130 (or 0xB83130) is known color: Medium Carmine. HEX triplet: B8, 31 and 30. RGB value is (184,49,48). Sum of RGB (Red+Green+Blue) = 184+49+48=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B83130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83130 is #47CECF. Grayscale: #595959. Windows color (decimal): -4706000 or 3158456. OLE color: 3158456.

HSL color Cylindrical-coordinate representation of color #B83130: hue angle of 0.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83130 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 48 -
CMYK 0 0.73 0.74 0.28
HSL 0.44º 0.59% 0.45% -
HSV(B) 0.44º 0.74% 0.72% -
XYZ 21.4 12.6 4.1 -
YUV 89.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 184 49 48 0 0.73 0.74 0.28 0.44 0.59 0.45
Hex B8 31 30 0 49 4A 1C 0 3B 2D
Octal 270 61 60 0 111 112 34 0 73 55
Binary 10111000 110001 110000 0 1001001 1001010 11100 0 111011 101101

Color Harmonies of #B83130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83130

Black with #B83130

Text Example


Text Example

White with #B83130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83130; }

 p { color: rgb(184,49,48); }

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

background-color css

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

 a { background-color: rgb(184,49,48); }

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

border-color css

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

 span { border-color: rgb(184,49,48); }

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