Html Css Color HEX #B7362A Medium Carmine

📋 copy color: '#B7362A'

red 183 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #B7362A

Tints of Medium Carmine #B7362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 65.59%
G = 19.35%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7362A (or 0xB7362A) is known color: Medium Carmine. HEX triplet: B7, 36 and 2A. RGB value is (183,54,42). Sum of RGB (Red+Green+Blue) = 183+54+42=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7362A is #48C9D5. Grayscale: #5B5B5B. Windows color (decimal): -4770262 or 2766519. OLE color: 2766519.

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

Color convert

RGB 183 54 42 -
CMYK 0 0.70 0.77 0.28
HSL 5.11º 0.63% 0.44% -
HSV(B) 5.11º 0.77% 0.72% -
XYZ 21.27 12.87 3.55 -
YUV 91.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 183 54 42 0 0.70 0.77 0.28 5.11 0.63 0.44
Hex B7 36 2A 0 46 4D 1C 5 3F 2C
Octal 267 66 52 0 106 115 34 5 77 54
Binary 10110111 110110 101010 0 1000110 1001101 11100 101 111111 101100

Color Harmonies of #B7362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7362A

Black with #B7362A

Text Example


Text Example

White with #B7362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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