Html Css Color HEX #B7332A Medium Carmine

📋 copy color: '#B7332A'

red 183 ◦ green 51 ◦ blue 42

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

Shades of Medium Carmine #B7332A

Tints of Medium Carmine #B7332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 66.3%
G = 18.48%
B = 15.22%

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

#B7332A (or 0xB7332A) is known color: Medium Carmine. HEX triplet: B7, 33 and 2A. RGB value is (183,51,42). Sum of RGB (Red+Green+Blue) = 183+51+42=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7332A is #48CCD5. Grayscale: #595959. Windows color (decimal): -4771030 or 2765751. OLE color: 2765751.

HSL color Cylindrical-coordinate representation of color #B7332A: hue angle of 3.83º degrees, saturation: 0.63, 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 #B7332A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 51 42 -
CMYK 0 0.72 0.77 0.28
HSL 3.83º 0.63% 0.44% -
HSV(B) 3.83º 0.77% 0.72% -
XYZ 21.13 12.6 3.51 -
YUV 89.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 183 51 42 0 0.72 0.77 0.28 3.83 0.63 0.44
Hex B7 33 2A 0 48 4D 1C 4 3F 2C
Octal 267 63 52 0 110 115 34 4 77 54
Binary 10110111 110011 101010 0 1001000 1001101 11100 100 111111 101100

Color Harmonies of #B7332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7332A

Black with #B7332A

Text Example


Text Example

White with #B7332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7332A; }

 p { color: rgb(183,51,42); }

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

background-color css

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

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

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

border-color css

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

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

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