Html Css Color HEX #B7342B Medium Carmine

📋 copy color: '#B7342B'

red 183 ◦ green 52 ◦ blue 43

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

Shades of Medium Carmine #B7342B

Tints of Medium Carmine #B7342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 65.83%
G = 18.71%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7342B (or 0xB7342B) is known color: Medium Carmine. HEX triplet: B7, 34 and 2B. RGB value is (183,52,43). Sum of RGB (Red+Green+Blue) = 183+52+43=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7342B is #48CBD4. Grayscale: #5A5A5A. Windows color (decimal): -4770773 or 2831543. OLE color: 2831543.

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

Color convert

RGB 183 52 43 -
CMYK 0 0.72 0.77 0.28
HSL 3.86º 0.62% 0.44% -
HSV(B) 3.86º 0.77% 0.72% -
XYZ 21.19 12.7 3.62 -
YUV 90.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 183 52 43 0 0.72 0.77 0.28 3.86 0.62 0.44
Hex B7 34 2B 0 48 4D 1C 4 3E 2C
Octal 267 64 53 0 110 115 34 4 76 54
Binary 10110111 110100 101011 0 1001000 1001101 11100 100 111110 101100

Color Harmonies of #B7342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7342B

Black with #B7342B

Text Example


Text Example

White with #B7342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7342B; }

 p { color: rgb(183,52,43); }

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

background-color css

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

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

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

border-color css

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

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

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