Html Css Color HEX #B7442C Medium Carmine

📋 copy color: '#B7442C'

red 183 ◦ green 68 ◦ blue 44

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

Shades of Medium Carmine #B7442C

Tints of Medium Carmine #B7442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 62.03%
G = 23.05%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7442C (or 0xB7442C) is known color: Medium Carmine. HEX triplet: B7, 44 and 2C. RGB value is (183,68,44). Sum of RGB (Red+Green+Blue) = 183+68+44=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7442C is #48BBD3. Grayscale: #636363. Windows color (decimal): -4766676 or 2901175. OLE color: 2901175.

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

Color convert

RGB 183 68 44 -
CMYK 0 0.63 0.76 0.28
HSL 10.36º 0.61% 0.45% -
HSV(B) 10.36º 0.76% 0.72% -
XYZ 22.05 14.38 4 -
YUV 99.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 183 68 44 0 0.63 0.76 0.28 10.36 0.61 0.45
Hex B7 44 2C 0 3F 4C 1C A 3D 2D
Octal 267 104 54 0 77 114 34 12 75 55
Binary 10110111 1000100 101100 0 111111 1001100 11100 1010 111101 101101

Color Harmonies of #B7442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7442C

Black with #B7442C

Text Example


Text Example

White with #B7442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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