Html Css Color HEX #B74432 Medium Carmine

📋 copy color: '#B74432'

red 183 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B74432

Tints of Medium Carmine #B74432

RGB

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

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

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

R = 60.8%
G = 22.59%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74432 (or 0xB74432) is known color: Medium Carmine. HEX triplet: B7, 44 and 32. RGB value is (183,68,50). Sum of RGB (Red+Green+Blue) = 183+68+50=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B74432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74432 is #48BBCD. Grayscale: #646464. Windows color (decimal): -4766670 or 3294391. OLE color: 3294391.

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

Color convert

RGB 183 68 50 -
CMYK 0 0.63 0.73 0.28
HSL 8.12º 0.57% 0.46% -
HSV(B) 8.12º 0.73% 0.72% -
XYZ 22.17 14.43 4.63 -
YUV 100.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 183 68 50 0 0.63 0.73 0.28 8.12 0.57 0.46
Hex B7 44 32 0 3F 49 1C 8 39 2E
Octal 267 104 62 0 77 111 34 10 71 56
Binary 10110111 1000100 110010 0 111111 1001001 11100 1000 111001 101110

Color Harmonies of #B74432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74432

Black with #B74432

Text Example


Text Example

White with #B74432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74432; }

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

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

background-color css

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

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

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

border-color css

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

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

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