Html Css Color HEX #B7403C Medium Carmine

📋 copy color: '#B7403C'

red 183 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B7403C

Tints of Medium Carmine #B7403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 59.61%
G = 20.85%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7403C (or 0xB7403C) is known color: Medium Carmine. HEX triplet: B7, 40 and 3C. RGB value is (183,64,60). Sum of RGB (Red+Green+Blue) = 183+64+60=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7403C is #48BFC3. Grayscale: #636363. Windows color (decimal): -4767684 or 3948727. OLE color: 3948727.

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

Color convert

RGB 183 64 60 -
CMYK 0 0.65 0.67 0.28
HSL 1.95º 0.51% 0.48% -
HSV(B) 1.95º 0.67% 0.72% -
XYZ 22.18 14.06 5.82 -
YUV 99.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 183 64 60 0 0.65 0.67 0.28 1.95 0.51 0.48
Hex B7 40 3C 0 41 43 1C 2 33 30
Octal 267 100 74 0 101 103 34 2 63 60
Binary 10110111 1000000 111100 0 1000001 1000011 11100 10 110011 110000

Color Harmonies of #B7403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7403C

Black with #B7403C

Text Example


Text Example

White with #B7403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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