Html Css Color HEX #B74338 Medium Carmine

📋 copy color: '#B74338'

red 183 ◦ green 67 ◦ blue 56

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

Shades of Medium Carmine #B74338

Tints of Medium Carmine #B74338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

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

R = 59.8%
G = 21.9%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B74338 (or 0xB74338) is known color: Medium Carmine. HEX triplet: B7, 43 and 38. RGB value is (183,67,56). Sum of RGB (Red+Green+Blue) = 183+67+56=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74338 is #48BCC7. Grayscale: #646464. Windows color (decimal): -4766920 or 3687351. OLE color: 3687351.

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

Color convert

RGB 183 67 56 -
CMYK 0 0.63 0.69 0.28
HSL 5.2º 0.53% 0.47% -
HSV(B) 5.2º 0.69% 0.72% -
XYZ 22.25 14.37 5.34 -
YUV 100.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 183 67 56 0 0.63 0.69 0.28 5.2 0.53 0.47
Hex B7 43 38 0 3F 45 1C 5 35 2F
Octal 267 103 70 0 77 105 34 5 65 57
Binary 10110111 1000011 111000 0 111111 1000101 11100 101 110101 101111

Color Harmonies of #B74338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74338

Black with #B74338

Text Example


Text Example

White with #B74338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74338; }

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

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

background-color css

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

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

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

border-color css

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

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

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