Html Css Color HEX #B7382F Medium Carmine

📋 copy color: '#B7382F'

red 183 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #B7382F

Tints of Medium Carmine #B7382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 63.99%
G = 19.58%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7382F (or 0xB7382F) is known color: Medium Carmine. HEX triplet: B7, 38 and 2F. RGB value is (183,56,47). Sum of RGB (Red+Green+Blue) = 183+56+47=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7382F is #48C7D0. Grayscale: #5D5D5D. Windows color (decimal): -4769745 or 3094711. OLE color: 3094711.

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

Color convert

RGB 183 56 47 -
CMYK 0 0.69 0.74 0.28
HSL 3.97º 0.59% 0.45% -
HSV(B) 3.97º 0.74% 0.72% -
XYZ 21.46 13.1 4.09 -
YUV 92.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 183 56 47 0 0.69 0.74 0.28 3.97 0.59 0.45
Hex B7 38 2F 0 45 4A 1C 4 3B 2D
Octal 267 70 57 0 105 112 34 4 73 55
Binary 10110111 111000 101111 0 1000101 1001010 11100 100 111011 101101

Color Harmonies of #B7382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7382F

Black with #B7382F

Text Example


Text Example

White with #B7382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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