Html Css Color HEX #B74238 Medium Carmine

📋 copy color: '#B74238'

red 183 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #B74238

Tints of Medium Carmine #B74238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 60%
G = 21.64%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B74238 (or 0xB74238) is known color: Medium Carmine. HEX triplet: B7, 42 and 38. RGB value is (183,66,56). Sum of RGB (Red+Green+Blue) = 183+66+56=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74238 is #48BDC7. Grayscale: #646464. Windows color (decimal): -4767176 or 3687095. OLE color: 3687095.

HSL color Cylindrical-coordinate representation of color #B74238: hue angle of 4.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74238 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 56 -
CMYK 0 0.64 0.69 0.28
HSL 4.72º 0.53% 0.47% -
HSV(B) 4.72º 0.69% 0.72% -
XYZ 22.19 14.25 5.32 -
YUV 99.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 183 66 56 0 0.64 0.69 0.28 4.72 0.53 0.47
Hex B7 42 38 0 40 45 1C 5 35 2F
Octal 267 102 70 0 100 105 34 5 65 57
Binary 10110111 1000010 111000 0 1000000 1000101 11100 101 110101 101111

Color Harmonies of #B74238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74238

Black with #B74238

Text Example


Text Example

White with #B74238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74238; }

 p { color: rgb(183,66,56); }

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

background-color css

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

 a { background-color: rgb(183,66,56); }

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

border-color css

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

 span { border-color: rgb(183,66,56); }

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