Html Css Color HEX #B83534 Medium Carmine

📋 copy color: '#B83534'

red 184 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #B83534

Tints of Medium Carmine #B83534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 63.67%
G = 18.34%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B83534 (or 0xB83534) is known color: Medium Carmine. HEX triplet: B8, 35 and 34. RGB value is (184,53,52). Sum of RGB (Red+Green+Blue) = 184+53+52=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B83534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83534 is #47CACB. Grayscale: #5C5C5C. Windows color (decimal): -4704972 or 3421624. OLE color: 3421624.

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

Color convert

RGB 184 53 52 -
CMYK 0 0.71 0.72 0.28
HSL 0.45º 0.56% 0.46% -
HSV(B) 0.45º 0.72% 0.72% -
XYZ 21.66 12.98 4.61 -
YUV 92.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 184 53 52 0 0.71 0.72 0.28 0.45 0.56 0.46
Hex B8 35 34 0 47 48 1C 0 38 2E
Octal 270 65 64 0 107 110 34 0 70 56
Binary 10111000 110101 110100 0 1000111 1001000 11100 0 111000 101110

Color Harmonies of #B83534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83534

Black with #B83534

Text Example


Text Example

White with #B83534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83534; }

 p { color: rgb(184,53,52); }

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

background-color css

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

 a { background-color: rgb(184,53,52); }

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

border-color css

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

 span { border-color: rgb(184,53,52); }

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