Html Css Color HEX #B73838 Medium Carmine

📋 copy color: '#B73838'

red 183 ◦ green 56 ◦ blue 56

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

Shades of Medium Carmine #B73838

Tints of Medium Carmine #B73838

RGB

 RED value IS 183 (71.88% from 255) = 62.03%

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 62.03%
G = 18.98%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B73838 (or 0xB73838) is known color: Medium Carmine. HEX triplet: B7, 38 and 38. RGB value is (183,56,56). Sum of RGB (Red+Green+Blue) = 183+56+56=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B73838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73838 is #48C7C7. Grayscale: #5E5E5E. Windows color (decimal): -4769736 or 3684535. OLE color: 3684535.

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

Color convert

RGB 183 56 56 -
CMYK 0 0.69 0.69 0.28
HSL 0.53% 0.47% -
HSV(B) 0.69% 0.72% -
XYZ 21.66 13.18 5.14 -
YUV 93.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 183 56 56 0 0.69 0.69 0.28 0 0.53 0.47
Hex B7 38 38 0 45 45 1C 0 35 2F
Octal 267 70 70 0 105 105 34 0 65 57
Binary 10110111 111000 111000 0 1000101 1000101 11100 0 110101 101111

Color Harmonies of #B73838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73838

Black with #B73838

Text Example


Text Example

White with #B73838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73838; }

 p { color: rgb(183,56,56); }

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

background-color css

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

 a { background-color: rgb(183,56,56); }

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

border-color css

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

 span { border-color: rgb(183,56,56); }

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