Html Css Color HEX #B7402C Medium Carmine

📋 copy color: '#B7402C'

red 183 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #B7402C

Tints of Medium Carmine #B7402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 62.89%
G = 21.99%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7402C (or 0xB7402C) is known color: Medium Carmine. HEX triplet: B7, 40 and 2C. RGB value is (183,64,44). Sum of RGB (Red+Green+Blue) = 183+64+44=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7402C is #48BFD3. Grayscale: #616161. Windows color (decimal): -4767700 or 2900151. OLE color: 2900151.

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

Color convert

RGB 183 64 44 -
CMYK 0 0.65 0.76 0.28
HSL 8.63º 0.61% 0.45% -
HSV(B) 8.63º 0.76% 0.72% -
XYZ 21.82 13.92 3.92 -
YUV 97.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 183 64 44 0 0.65 0.76 0.28 8.63 0.61 0.45
Hex B7 40 2C 0 41 4C 1C 9 3D 2D
Octal 267 100 54 0 101 114 34 11 75 55
Binary 10110111 1000000 101100 0 1000001 1001100 11100 1001 111101 101101

Color Harmonies of #B7402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7402C

Black with #B7402C

Text Example


Text Example

White with #B7402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7402C; }

 p { color: rgb(183,64,44); }

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

background-color css

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

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

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

border-color css

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

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

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