Html Css Color HEX #B74033 Medium Carmine

📋 copy color: '#B74033'

red 183 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B74033

Tints of Medium Carmine #B74033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 61.41%
G = 21.48%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B74033 (or 0xB74033) is known color: Medium Carmine. HEX triplet: B7, 40 and 33. RGB value is (183,64,51). Sum of RGB (Red+Green+Blue) = 183+64+51=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B74033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74033 is #48BFCC. Grayscale: #626262. Windows color (decimal): -4767693 or 3358903. OLE color: 3358903.

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

Color convert

RGB 183 64 51 -
CMYK 0 0.65 0.72 0.28
HSL 5.91º 0.56% 0.46% -
HSV(B) 5.91º 0.72% 0.72% -
XYZ 21.96 13.97 4.67 -
YUV 98.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 183 64 51 0 0.65 0.72 0.28 5.91 0.56 0.46
Hex B7 40 33 0 41 48 1C 6 38 2E
Octal 267 100 63 0 101 110 34 6 70 56
Binary 10110111 1000000 110011 0 1000001 1001000 11100 110 111000 101110

Color Harmonies of #B74033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74033

Black with #B74033

Text Example


Text Example

White with #B74033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74033; }

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

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

background-color css

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

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

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

border-color css

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

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

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