Html Css Color HEX #B74134 Medium Carmine

📋 copy color: '#B74134'

red 183 ◦ green 65 ◦ blue 52

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

Shades of Medium Carmine #B74134

Tints of Medium Carmine #B74134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 61%
G = 21.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B74134 (or 0xB74134) is known color: Medium Carmine. HEX triplet: B7, 41 and 34. RGB value is (183,65,52). Sum of RGB (Red+Green+Blue) = 183+65+52=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B74134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74134 is #48BECB. Grayscale: #626262. Windows color (decimal): -4767436 or 3424695. OLE color: 3424695.

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

Color convert

RGB 183 65 52 -
CMYK 0 0.64 0.72 0.28
HSL 5.95º 0.56% 0.46% -
HSV(B) 5.95º 0.72% 0.72% -
XYZ 22.04 14.1 4.81 -
YUV 98.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 183 65 52 0 0.64 0.72 0.28 5.95 0.56 0.46
Hex B7 41 34 0 40 48 1C 6 38 2E
Octal 267 101 64 0 100 110 34 6 70 56
Binary 10110111 1000001 110100 0 1000000 1001000 11100 110 111000 101110

Color Harmonies of #B74134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74134

Black with #B74134

Text Example


Text Example

White with #B74134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74134; }

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

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

background-color css

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

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

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

border-color css

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

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

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