Html Css Color HEX #B74632 Medium Carmine

📋 copy color: '#B74632'

red 183 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #B74632

Tints of Medium Carmine #B74632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 60.4%
G = 23.1%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74632 (or 0xB74632) is known color: Medium Carmine. HEX triplet: B7, 46 and 32. RGB value is (183,70,50). Sum of RGB (Red+Green+Blue) = 183+70+50=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74632 is #48B9CD. Grayscale: #656565. Windows color (decimal): -4766158 or 3294903. OLE color: 3294903.

HSL color Cylindrical-coordinate representation of color #B74632: hue angle of 9.02º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74632 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 50 -
CMYK 0 0.62 0.73 0.28
HSL 9.02º 0.57% 0.46% -
HSV(B) 9.02º 0.73% 0.72% -
XYZ 22.29 14.68 4.68 -
YUV 101.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 183 70 50 0 0.62 0.73 0.28 9.02 0.57 0.46
Hex B7 46 32 0 3E 49 1C 9 39 2E
Octal 267 106 62 0 76 111 34 11 71 56
Binary 10110111 1000110 110010 0 111110 1001001 11100 1001 111001 101110

Color Harmonies of #B74632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74632

Black with #B74632

Text Example


Text Example

White with #B74632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74632; }

 p { color: rgb(183,70,50); }

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

background-color css

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

 a { background-color: rgb(183,70,50); }

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

border-color css

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

 span { border-color: rgb(183,70,50); }

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