Html Css Color HEX #B74634 Medium Carmine

📋 copy color: '#B74634'

red 183 ◦ green 70 ◦ blue 52

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

Shades of Medium Carmine #B74634

Tints of Medium Carmine #B74634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 60%
G = 22.95%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B74634 (or 0xB74634) is known color: Medium Carmine. HEX triplet: B7, 46 and 34. RGB value is (183,70,52). Sum of RGB (Red+Green+Blue) = 183+70+52=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74634 is #48B9CB. Grayscale: #656565. Windows color (decimal): -4766156 or 3425975. OLE color: 3425975.

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

Color convert

RGB 183 70 52 -
CMYK 0 0.62 0.72 0.28
HSL 8.24º 0.56% 0.46% -
HSV(B) 8.24º 0.72% 0.72% -
XYZ 22.34 14.7 4.91 -
YUV 101.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 183 70 52 0 0.62 0.72 0.28 8.24 0.56 0.46
Hex B7 46 34 0 3E 48 1C 8 38 2E
Octal 267 106 64 0 76 110 34 10 70 56
Binary 10110111 1000110 110100 0 111110 1001000 11100 1000 111000 101110

Color Harmonies of #B74634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74634

Black with #B74634

Text Example


Text Example

White with #B74634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74634; }

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

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

background-color css

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

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

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

border-color css

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

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

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